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

New commits:
commit 4370ae5ed5cb447554f911724adc950a2be3f5eb
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Tue Jun 6 12:24:34 2023 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Tue Jun 6 12:25:41 2023 +0200

    sw: disable testTdf143239 on WNT
    
    The test fails on WNT; it was only recently backported and it's not
    required to work on this branch.
    
    Change-Id: I59f610065e50974ea589074b577fd680ddbb6624

diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index bf1675830d19..11c502d4c09d 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -1197,6 +1197,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf138039)
     assertXPath(pXmlDoc, "/root/page[3]/body/txt[1]/anchored", 0);
 }
 
+#ifndef WNT
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf143239)
 {
     SwDoc* pDoc = createDoc("tdf143239-1-min.odt");
@@ -1262,6 +1263,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf143239)
         discardDumpedLayout();
     }
 }
+#endif
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTableOverlapFooterFly)
 {

Reply via email to