summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xdatapilottable2.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/source/sheet/xdatapilottable2.cxx b/test/source/sheet/xdatapilottable2.cxx
index 7be89cbd6883..235fa5090878 100644
--- a/test/source/sheet/xdatapilottable2.cxx
+++ b/test/source/sheet/xdatapilottable2.cxx
@@ -88,8 +88,7 @@ void XDataPilotTable2::testGetDrillDownData()
}
}
- std::cout << "Sum: " << sum << "; nVal: " << nVal << std::endl;
- CPPUNIT_ASSERT(sum == nVal);
+ CPPUNIT_ASSERT_DOUBLES_EQUAL(nVal, sum, 1E-12);
}