// Check the A1 and B1 cells, the width of both of them was the default value (10000 / 9, as there were 9 cells in the row).
CPPUNIT_ASSERT_MESSAGE("A1 must not have default width",sal_Int16(10000/9)!=getProperty<uno::Sequence<text::TableColumnSeparator>>(xTableRows->getByIndex(0),"TableColumnSeparators")[0].Position);
CPPUNIT_ASSERT_MESSAGE("B1 must not have default width",sal_Int16(10000/9)!=getProperty<uno::Sequence<text::TableColumnSeparator>>(xTableRows->getByIndex(1),"TableColumnSeparators")[0].Position);