sw/qa/extras/ww8export/ww8export.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit a30a36b3c70e64b62add9f3c5376202b9682851f
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Tue Jan 5 23:42:17 2016 +0100

    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 <c...@libreoffice.org>
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>

diff --git a/sw/qa/extras/ww8export/ww8export.cxx 
b/sw/qa/extras/ww8export/ww8export.cxx
index 39c3fc8..949e58f 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -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")
 {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to