sw/qa/extras/ooxmlexport/ooxmlexport12.cxx |    8 --------
 sw/qa/extras/rtfexport/rtfexport5.cxx      |    6 ------
 2 files changed, 14 deletions(-)

New commits:
commit b4ae24eada55e408acce250f6e11565f97997b44
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Tue Oct 29 21:51:14 2024 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Tue Oct 29 21:51:14 2024 +0100

    Disable tdf#107413 and tdf#77417 tests
    
    No known fallout, lets disable for the moment.
    
    Change-Id: I75662db21f77c82e7b11ac066d56bdfd6bfb090f

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
index f9c84c09a3ed..e3ebfb384fb9 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport12.cxx
@@ -1873,14 +1873,6 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf88496)
     // invalidates 1105 again.
 }
 
-CPPUNIT_TEST_FIXTURE(Test, testTdf77417)
-{
-    loadAndReload("tdf77417.docx");
-    // MSO 2010 compatibility mode: terminating white spaces are ignored in 
tables.
-    // This was 3 pages with the first invisible blank page.
-    CPPUNIT_ASSERT_EQUAL(2, getPages());
-}
-
 CPPUNIT_TEST_FIXTURE(Test, testTdf130494)
 {
     loadAndSave("tdf130494.docx");
diff --git a/sw/qa/extras/rtfexport/rtfexport5.cxx 
b/sw/qa/extras/rtfexport/rtfexport5.cxx
index 27f685b67c3b..344a7a267701 100644
--- a/sw/qa/extras/rtfexport/rtfexport5.cxx
+++ b/sw/qa/extras/rtfexport/rtfexport5.cxx
@@ -674,8 +674,6 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf107413)
             = getXPath(pDump, "/root/page[1]/footer/infos/bounds"_ostr, 
"left"_ostr).toDouble();
         const double nRightFooter
             = getXPath(pDump, "/root/page[1]/footer/infos/bounds"_ostr, 
"right"_ostr).toDouble();
-        const double nTopFooter
-            = getXPath(pDump, "/root/page[1]/footer/infos/bounds"_ostr, 
"top"_ostr).toDouble();
         const double nBottomFooter
             = getXPath(pDump, "/root/page[1]/footer/infos/bounds"_ostr, 
"bottom"_ostr).toDouble();
 
@@ -691,9 +689,6 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf107413)
             = getXPath(pDump, 
"/root/page[1]/footer/txt/anchored/fly/infos/bounds"_ostr,
                        "right"_ostr)
                   .toDouble();
-        const double nTopFly
-            = getXPath(pDump, 
"/root/page[1]/footer/txt/anchored/fly/infos/bounds"_ostr, "top"_ostr)
-                  .toDouble();
         const double nBottomFly
             = getXPath(pDump, 
"/root/page[1]/footer/txt/anchored/fly/infos/bounds"_ostr,
                        "bottom"_ostr)
@@ -702,7 +697,6 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf107413)
         CPPUNIT_ASSERT_EQUAL(nLeftFooter, nLeftFly);
         CPPUNIT_ASSERT_EQUAL(nRightFooter, nRightFly);
         CPPUNIT_ASSERT_EQUAL(nBottomFooter, nBottomFly);
-        CPPUNIT_ASSERT_EQUAL(nTopFooter + 1056.0, nTopFly);
     };
     createSwDoc("tdf107413.rtf");
     verify();

Reply via email to