<div dir="ltr"><div><div><div><div><div><div>Hi all,<br><br></div>I'm writing you this email because I came across a problem when trying to use assetXPath to check a double value.<br>I created this test <a href="https://gerrit.libreoffice.org/#/c/22196/">https://gerrit.libreoffice.org/#/c/22196/</a> to cover the opacity attribute, which is 0.5, however, If I do<br><br>assertXPath(pDocument, "/primitive2D/transform/mask/unifiedtransparence", "transparence", "0.5");<br><br></div>it fails because the value it returns is 0 and the decimals are lost on they way.<br><br></div>I've tried to debug it but I see that at this point: <a href="http://opengrok.libreoffice.org/xref/core/test/source/xmltesttools.cxx#74">http://opengrok.libreoffice.org/xref/core/test/source/xmltesttools.cxx#74</a>, it's already returning 0 so I don't know where else to see.<br><br></div>My question is: is this behavior intentioned? if not, could anybody give a hint where the problem could be?<br><br></div>Best Regards,<br></div>Xisco<br></div>