Hi,
on very recent master (9aad656156fbf76288e8a281760e60f1eccc6622),
on VS 2013 the xmlexport tests are failing here [1]:
// This is 17667 in the original document, was 504666 (so the image
// become invisible), now is around 19072.
CPPUNIT_ASSERT(getXPath(pXmlDoc, "//a:srcRect", "l").toInt32()
< 20000);
looking into it, reveals that the XPATH in question is:
<a:srcRect l="23842" t="0" r="23842" b="0" />
the whole word/document.xml is [2] and the stack trace is [3].
It looks like this test was added recently, in this commit: 4cdce63d.
On VS2013 i was able to build LO with all tests before. When i increase
the value to 24000 to pass this specific tests, then the next test that is
failing is: testExportImageProperties::Import_Export [4], that sounds
familiar:
'hspace' of '/html/body/p/a/font/img' incorrect value
[1] http://paste.openstack.org/show/120393
[2] http://paste.openstack.org/show/120396
[3] http://paste.openstack.org/show/120397
[4] http://paste.openstack.org/show/120406
David
Context
- sw export test failures · David Ostrovsky
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.