summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-06-22 15:34:16 +0300
committerMichael Stahl <mstahl@redhat.com>2017-01-03 14:01:30 +0000
commit8fdb960a4fca24ae4ef3e9706218ca00cb7f4fd0 (patch)
treee940955a56e78be130ee335a7244ee9bce80f08a
parent441e79dc9e7a1ef8db30ed6a8dc0a5872ff3bf4b (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 (cherry picked from commit 9c07735a0160864c949ac27de1821d6967181516) Reviewed-on: https://gerrit.libreoffice.org/32693 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sd/qa/unit/import-tests.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index 0defbc46ae08..49b7d252797b 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -1327,7 +1327,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();
}