summaryrefslogtreecommitdiff
path: root/test/source/sheet/xdatapilottablessupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xdatapilottablessupplier.cxx')
-rw-r--r--test/source/sheet/xdatapilottablessupplier.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/source/sheet/xdatapilottablessupplier.cxx b/test/source/sheet/xdatapilottablessupplier.cxx
index 5a761d98d65c..b9ea30d3d173 100644
--- a/test/source/sheet/xdatapilottablessupplier.cxx
+++ b/test/source/sheet/xdatapilottablessupplier.cxx
@@ -25,7 +25,6 @@ void XDataPilotTablesSupplier::testGetDataPilotTables()
uno::Reference<sheet::XDataPilotTablesSupplier> xDPTS(init(), UNO_QUERY_THROW);
uno::Reference<sheet::XDataPilotTables> xDPT(xDPTS->getDataPilotTables(), UNO_QUERY_THROW);
- CPPUNIT_ASSERT_MESSAGE("Unable to get XDataPilotTables", xDPT.is());
}
}