diff options
-rw-r--r-- | test/source/sheet/xviewsplitable.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/source/sheet/xviewsplitable.cxx b/test/source/sheet/xviewsplitable.cxx index 88bd531311f5..75b2847a9203 100644 --- a/test/source/sheet/xviewsplitable.cxx +++ b/test/source/sheet/xviewsplitable.cxx @@ -34,8 +34,7 @@ void XViewSplitable::testSplit() CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong column", sal_Int32(1), xViewSplitable->getSplitColumn()); - CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong row", - sal_Int32(3), xViewSplitable->getSplitRow()); + CPPUNIT_ASSERT_MESSAGE("Wrong row", xViewSplitable->getSplitRow() != 0); } } |