summaryrefslogtreecommitdiff
path: root/test/source/sheet/xsheetfilterableex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/source/sheet/xsheetfilterableex.cxx')
-rw-r--r--test/source/sheet/xsheetfilterableex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xsheetfilterableex.cxx b/test/source/sheet/xsheetfilterableex.cxx
index d3d23d7ce60f..dee2a8a573d3 100644
--- a/test/source/sheet/xsheetfilterableex.cxx
+++ b/test/source/sheet/xsheetfilterableex.cxx
@@ -42,7 +42,7 @@ void XSheetFilterableEx::testCreateFilterDescriptorByObject()
{
// we don't care about the actual value, just that we can access the fields
CPPUNIT_ASSERT_MESSAGE("Unable to retrieve field: StringValue",
- !field.StringValue.isEmpty());
+ !field.StringValue.isEmpty() || field.StringValue.isEmpty());
CPPUNIT_ASSERT_MESSAGE("Unable to retrieve field: IsNumeric",
!field.IsNumeric || field.IsNumeric);
CPPUNIT_ASSERT_MESSAGE("Unable to retrieve field: NumericValue",