summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/qa/perf/scperfobj.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/perf/scperfobj.cxx b/sc/qa/perf/scperfobj.cxx
index 74b2c6af5f25..decce7fb291f 100644
--- a/sc/qa/perf/scperfobj.cxx
+++ b/sc/qa/perf/scperfobj.cxx
@@ -596,7 +596,7 @@ void ScPerfObj::testFixedSum()
for( sal_Int32 i = 0; i < 1000; ++i )
{
uno::Reference< table::XCell > xCell = xSheet->getCellByPosition(1, i);
- ASSERT_DOUBLES_EQUAL(50206.0, xCell->getValue());
+ CPPUNIT_ASSERT_DOUBLES_EQUAL(50206.0, xCell->getValue(), 1e-12);
}
}