Kaydet (Commit) 3d9f86e9 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix calc perfcheck build

Change-Id: Ied1ca0c9c3e2c7cd34c4d21e27a95df21ab80bf9
üst 304f5068
......@@ -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);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment