diff options
author | Tor Lillqvist <tml@collabora.com> | 2016-06-22 15:34:16 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2016-06-22 15:35:32 +0300 |
commit | 9c07735a0160864c949ac27de1821d6967181516 (patch) | |
tree | 5f8b6969e3721356a7715c97e1787d7fd6a27eb3 /sd | |
parent | a50cdeb70ec19369f42ed08abfd4a5301d05edb5 (diff) |
tdf#93124: The arbitrary number 100 seems to be too high, let's try 50
The test fails on a tinderbox. Adding a temporary printf shows that
the number there is 71.
Change-Id: Ic8fbaab9e3d3434e20ba6aef5cc1acd66b5f4283
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 4ed7d43bb437..6e321f4fef75 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -1314,7 +1314,7 @@ void SdImportTest::testTdf93124() ++nNonWhiteCount; } } - CPPUNIT_ASSERT_MESSAGE("Tdf93124: vertical alignment of text is incorrect!", nNonWhiteCount>100); + CPPUNIT_ASSERT_MESSAGE("Tdf93124: vertical alignment of text is incorrect!", nNonWhiteCount>50); } xDocShRef->DoClose(); } |