[Libreoffice-commits] core.git: sc/qa
Markus Mohrhard
markus.mohrhard at collabora.co.uk
Wed Dec 10 02:45:04 PST 2014
sc/qa/unit/subsequent_filters-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit d83f8777d4f80dd3fdb2f82dfc276fbf696c98af
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date: Wed Dec 10 11:44:02 2014 +0100
be a bit more relaxed about that condition
Change-Id: I794042c78723a0d40de8054084b27805cba6cfee
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx
index 39a75c1..45b12f1 100644
--- a/sc/qa/unit/subsequent_filters-test.cxx
+++ b/sc/qa/unit/subsequent_filters-test.cxx
@@ -1517,7 +1517,7 @@ void ScFiltersTest::testChartImportXLS()
CPPUNIT_ASSERT_MESSAGE("Failed to retrieve a chart object from the 2nd sheet.", pOleObj);
CPPUNIT_ASSERT_EQUAL(11148L, pOleObj->GetLogicRect().getWidth());
- CPPUNIT_ASSERT_EQUAL(8635L, pOleObj->GetLogicRect().getHeight());
+ CPPUNIT_ASSERT(8640L > pOleObj->GetLogicRect().getHeight());
xDocSh->DoClose();
}
More information about the Libreoffice-commits
mailing list