<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi all!</p>
<p>Just sending my question here because I can never seem to catch
other developers on IRC, probably because of time zones.</p>
<p>I am working on this easyhack bug/enhancement:
<a class="moz-txt-link-freetext" href="https://bugs.documentfoundation.org/show_bug.cgi?id=39667">https://bugs.documentfoundation.org/show_bug.cgi?id=39667</a></p>
<p>The change I am proposing is very small (changing two default
values in the PDF settings, see the attached diff), but changing
the default PDF export settings expectedly makes some tests fail
(details attached).<br>
</p>
<p>Specifically, what I am wondering is:<br>
</p>
<ul>
<li>when asserting an equality, e.g.: <a moz-do-not-send="true"
href="https://opengrok.libreoffice.org/xref/core/vcl/qa/cppunit/pdfexport/pdfexport.cxx?r=4390f233&mo=95984&fi=2214#2268">CPPUNIT_ASSERT_EQUAL(OString("Im19"),
rIDs[0]) </a><br>
</li>
<ul>
<li>what do strings like "Im19" or "Im12" mean in these
contexts?</li>
</ul>
<li>what is the "W array" that is not found in: <a
moz-do-not-send="true"
href="https://opengrok.libreoffice.org/xref/core/vcl/qa/cppunit/pdfexport/pdfexport.cxx?r=4390f233&mo=95984&fi=2214#2661">CPPUNIT_ASSERT(pWArray)<br>
</a></li>
<li>why could it be that rDocument.Read() fails at: <a
moz-do-not-send="true"
href="https://opengrok.libreoffice.org/xref/core/vcl/qa/cppunit/pdfexport/pdfexport.cxx?r=4390f233&mo=95984&fi=2214#912">CPPUNIT_ASSERT(rDocument.Read(aStream))</a>
(in the load function)</li>
</ul>
<p>Is there someone with more knowledge about tests and PDFs who
could put me on the right path?</p>
<p>Thanks in advance!<br>
</p>
<p>(I am not subscribed to the dev mailing list so please send a
reply to me as well as the list! 😁)<br>
</p>
<pre class="moz-signature" cols="72">--
Stéphane Guillou
<a class="moz-txt-link-freetext" href="http://stragu.gitlab.io/">http://stragu.gitlab.io/</a></pre>
</body>
</html>