[Libreoffice-commits] core.git: vcl/qa
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 25 14:08:11 UTC 2019
vcl/qa/cppunit/complextext.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3e898d3ce8f12c6f4b4f3a8202812fe8871e0a7f
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Apr 25 11:06:35 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Apr 25 16:07:17 2019 +0200
test unreliable under windows
Change-Id: I1f46c6043b3263ef983991ffa4aa0418006d55a7
Reviewed-on: https://gerrit.libreoffice.org/71292
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx
index 2009c6a67aa8..eb2913b75ae9 100644
--- a/vcl/qa/cppunit/complextext.cxx
+++ b/vcl/qa/cppunit/complextext.cxx
@@ -96,11 +96,11 @@ void VclComplexTextTest::testArabic()
// this sporadically returns 75 or 74 on some of the windows tinderboxes eg. tb73
CPPUNIT_ASSERT_EQUAL(72L, nTextWidth);
CPPUNIT_ASSERT_EQUAL(nTextWidth, aCharWidths.back());
-#endif
// text advance width and line height
CPPUNIT_ASSERT_EQUAL(72L, pOutDev->GetTextWidth(aOneTwoThree));
CPPUNIT_ASSERT_EQUAL(14L, pOutDev->GetTextHeight());
+#endif
// exact bounding rectangle, not essentially the same as text width/height
#if defined(MACOSX) || defined(_WIN32)
More information about the Libreoffice-commits
mailing list