sw/qa/extras/ooxmlexport/ooxmlexport9.cxx |    9 ---------
 1 file changed, 9 deletions(-)

New commits:
commit 2336399d12518e655de91b17e5a30e02cd7cd4f0
Author:     Noel Grandin <[email protected]>
AuthorDate: Wed Nov 26 22:21:12 2025 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Thu Nov 27 08:36:37 2025 +0100

    these unit tests pass officeotron validation now
    
    Change-Id: I279a4febbbf320037146f7caee36e782fac4e228
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194662
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Jenkins
    Tested-by: Noel Grandin <[email protected]>
    Code-Style: Noel Grandin <[email protected]>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
index dc16c092b023..31b81c709138 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport9.cxx
@@ -169,9 +169,6 @@ DECLARE_OOXMLEXPORT_TEST(testTdf95031, "tdf95031.docx")
 
 DECLARE_OOXMLEXPORT_TEST(testTdf106690, "tdf106690.docx")
 {
-    // FIXME: validation error in OOXML export: Errors: 1
-    skipValidation();
-
     // This was 0, numbering rules with automatic spacing meant 0
     // before/autospacing for all text nodes, even for ones at the start/end of
     // a numbered text node block.
@@ -557,9 +554,6 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf97648_relativeWidth)
     createSwDoc("tdf97648_relativeWidth.docx");
     verify();
 
-    // FIXME: validation error in OOXML export: Errors: 8
-    skipValidation();
-
     saveAndReload(TestFilter::DOCX);
     verify(/*bIsExport*/ true);
 }
@@ -581,9 +575,6 @@ DECLARE_OOXMLEXPORT_TEST(testTdf144362, "tdf144362.odt")
 
 
DECLARE_OOXMLEXPORT_TEST(testTdf104061_tableSectionColumns,"tdf104061_tableSectionColumns.docx")
 {
-    // FIXME: validation error in OOXML export: Errors: 7
-    skipValidation();
-
     CPPUNIT_ASSERT_MESSAGE("There should be two or three pages", getPages() <= 
3 );
 
     //tdf#95114 - follow style is Text Body - DOCX test

Reply via email to