disable test on OSX
The table seems to be on page 4 on OSX and not page 5. This makes the xpath expression fail. Change-Id: Ife16b25923041c66b2d9f352dbd3cfb6893f4ef5 Reviewed-on: https://gerrit.libreoffice.org/21139 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
This commit is contained in:
committed by
Miklos Vajna
parent
d79efb6070
commit
a30a36b3c7
@@ -632,11 +632,13 @@ DECLARE_WW8EXPORT_TEST(testCommentExport, "comment-export.odt")
|
||||
}
|
||||
}
|
||||
|
||||
#if !defined(MACOSX)
|
||||
DECLARE_WW8EXPORT_TEST(testTableKeep, "tdf91083.odt")
|
||||
{
|
||||
//emulate table "keep with next" -do not split table
|
||||
CPPUNIT_ASSERT_EQUAL( OUString("Row 1"), parseDump("/root/page[5]/body/tab[1]/row[2]/cell[1]/txt[1]") );
|
||||
}
|
||||
#endif
|
||||
|
||||
DECLARE_WW8EXPORT_TEST(testMoveRange, "fdo66304-1.odt")
|
||||
{
|
||||
|
Reference in New Issue
Block a user