diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-04-25 11:06:35 +0100 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-04-29 11:50:50 +0200 |
commit | 01806eb7b96a79e3265e6ef8172e427226884574 (patch) | |
tree | 5aa89fd772e037a56413bd66f5888fa254c7a4f2 /vcl | |
parent | 4266020a78e98d7271e7dca8f5727cd7a419afc6 (diff) |
test unreliable under windows
Change-Id: I1f46c6043b3263ef983991ffa4aa0418006d55a7
Reviewed-on: https://gerrit.libreoffice.org/71292
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 3e898d3ce8f12c6f4b4f3a8202812fe8871e0a7f)
Reviewed-on: https://gerrit.libreoffice.org/71419
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Tested-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qa/cppunit/complextext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/complextext.cxx b/vcl/qa/cppunit/complextext.cxx index 96332585673b..0ff5234a2ff5 100644 --- a/vcl/qa/cppunit/complextext.cxx +++ b/vcl/qa/cppunit/complextext.cxx @@ -92,11 +92,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) |