summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-15 19:14:11 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-04-15 19:17:21 +0200
commit3d9f86e96874b238b4b960b65f1f10a1dc6ef881 (patch)
treeb3ea0165c230e01aafb2836d0c4e26d9c8bad29a
parent304f50684d3ac08e973fd27e6acf3e821394d164 (diff)
fix calc perfcheck build
Change-Id: Ied1ca0c9c3e2c7cd34c4d21e27a95df21ab80bf9
-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);
}
}