[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sw/qa

Andras Timar andras.timar at collabora.com
Wed May 4 09:57:29 UTC 2016


 sw/qa/extras/rtfimport/rtfimport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ad721591062477e85872f66f1eec249110b66958
Author: Andras Timar <andras.timar at collabora.com>
Date:   Wed May 4 11:56:44 2016 +0200

    this unit test fails on MACOSX, reason unknown, disable
    
    Change-Id: I938c71f1cbbb4d062be8ed423c3386e65d75e7e6

diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 642878f..9870299 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -2403,7 +2403,7 @@ DECLARE_RTFIMPORT_TEST(testTdf65642, "tdf65642.rtf")
     CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int32>(1), getProperty<sal_Int32>(getParagraph(2), "PageNumberOffset"));
 }
 
-#ifndef WNT
+#if !defined(WNT) && !defined(MACOSX)
 DECLARE_RTFIMPORT_TEST(testTdf90097, "tdf90097.rtf")
 {
     // Get the second child of the group shape.


More information about the Libreoffice-commits mailing list