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

New commits:
commit 14b94a4b0e0b532f9d8eef75a826e51700faf682
Author:     Noel Grandin <[email protected]>
AuthorDate: Thu Jan 8 16:29:43 2026 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Sat Jan 10 12:16:53 2026 +0100

    these tests pass validation now
    
    Change-Id: Ibddaa7900b5d9216b719e9b77cb8a067d46bc7a5
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/196852
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
index ec6834374699..65cdd96a54dd 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
@@ -360,9 +360,6 @@ CPPUNIT_TEST_FIXTURE(Test, testFDO74215)
 {
     createSwDoc("FDO74215.docx");
 
-    //FIXME: validation error in OOXML export: Errors: 1
-    skipValidation();
-
     save(TestFilter::DOCX);
     xmlDocUniquePtr pXmlDoc = parseExport(u"word/numbering.xml"_ustr);
     // tdf#106849 NumPicBullet xShape should not be resized.
@@ -692,9 +689,6 @@ CPPUNIT_TEST_FIXTURE(Test, testTableCurruption)
 {
     createSwDoc("tableCurrupt.docx");
 
-    //FIXME: validation error in OOXML export: Errors: 2
-    skipValidation();
-
     save(TestFilter::DOCX);
     xmlDocUniquePtr pXmlDoc = parseExport(u"word/header2.xml"_ustr);
     CPPUNIT_ASSERT(pXmlDoc) ;

Reply via email to