[Libreoffice-commits] core.git: sw/qa

Mike Kaganski mike.kaganski at collabora.com
Mon Dec 11 12:11:08 UTC 2017


 sw/qa/extras/rtfimport/rtfimport.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit d2ddc267e2015cd1cbe607eb7680d00a8cfa1965
Author: Mike Kaganski <mike.kaganski at collabora.com>
Date:   Mon Dec 11 09:52:34 2017 +0200

    Enable RTF import tests on Windows
    
    Change-Id: I4c14679d5cb91dc3cf35c3f47cb9120d3ee0f9cf
    Reviewed-on: https://gerrit.libreoffice.org/46212
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx
index 8f6d767f96a6..6dfb347cc6db 100644
--- a/sw/qa/extras/rtfimport/rtfimport.cxx
+++ b/sw/qa/extras/rtfimport/rtfimport.cxx
@@ -87,8 +87,6 @@ protected:
     AllSettings m_aSavedSettings;
 };
 
-#if !defined(_WIN32)
-
 DECLARE_RTFIMPORT_TEST(testN695479, "n695479.rtf")
 {
     uno::Reference<text::XTextFramesSupplier> xTextFramesSupplier(mxComponent, uno::UNO_QUERY);
@@ -750,7 +748,6 @@ public:
 };
 CPPUNIT_TEST_SUITE_REGISTRATION(testTdf105511);
 
-#endif
 DECLARE_RTFIMPORT_TEST(testContSectionPageBreak, "cont-section-pagebreak.rtf")
 {
     uno::Reference<text::XTextRange> xParaSecond = getParagraph(2);


More information about the Libreoffice-commits mailing list