summaryrefslogtreecommitdiff
path: root/test/source/sheet/xconsolidationdescriptor.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xconsolidationdescriptor.cxx')
-rw-r--r--test/source/sheet/xconsolidationdescriptor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xconsolidationdescriptor.cxx b/test/source/sheet/xconsolidationdescriptor.cxx
index 5b95d0acf321..5161c500d1c1 100644
--- a/test/source/sheet/xconsolidationdescriptor.cxx
+++ b/test/source/sheet/xconsolidationdescriptor.cxx
@@ -49,7 +49,7 @@ void XConsolidationDescriptor::testGetSources()
UNO_QUERY_THROW);
uno::Sequence<table::CellRangeAddress> aSources = xConsolidationDescriptor->getSources();
- CPPUNIT_ASSERT_EQUAL_MESSAGE("Unable to get sources", sal_Int32(0), aSources.getLength());
+ CPPUNIT_ASSERT_MESSAGE("Unable to get sources", !aSources.hasElements());
}
void XConsolidationDescriptor::testSetSources()