sw/qa/extras/ooxmlexport/ooxmlexport23.cxx |    3 ---
 sw/qa/extras/ooxmlexport/ooxmlexport5.cxx  |    1 +
 2 files changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 98cc8a9e34854d742fb9666ea8228be66f314e4f
Author:     Noel Grandin <[email protected]>
AuthorDate: Wed Jan 14 12:35:35 2026 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Wed Jan 14 17:56:09 2026 +0100

    this test passes validation now
    
    Change-Id: Iab01262540002a037a1fdc14ed9448197a48ba3f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197259
    Reviewed-by: Noel Grandin <[email protected]>
    Tested-by: Jenkins

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport23.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport23.cxx
index 8846486c58e8..226417add22e 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport23.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport23.cxx
@@ -271,9 +271,6 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf77796)
 {
     createSwDoc("tdf77796.docx");
 
-    // FIXME: validation error in OOXML export: Errors: 1
-    skipValidation();
-
     save(TestFilter::DOCX);
     xmlDocUniquePtr pXml = parseExport(u"word/document.xml"_ustr);
     CPPUNIT_ASSERT(pXml);
commit b6c59fb419b9ea2272fa5de81478f56ab0570129
Author:     Noel Grandin <[email protected]>
AuthorDate: Wed Jan 14 11:29:05 2026 +0200
Commit:     Noel Grandin <[email protected]>
CommitDate: Wed Jan 14 17:55:56 2026 +0100

    add comment to validation failure
    
    Change-Id: I98efcc38753d9d36e2e4dc8564ee96786fcb41d3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197258
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <[email protected]>

diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx 
b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
index 07b97fc6161f..58e93f2d5ff0 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx
@@ -501,6 +501,7 @@ CPPUNIT_TEST_FIXTURE(Test, testfdo78420)
     createSwDoc("fdo78420.docx");
 
     //FIXME: validation error in OOXML export: Errors: 10
+    // We are storing cp:contentType in docProps/core.xml and that is not a 
valid element.
     skipValidation();
 
     save(TestFilter::DOCX);

Reply via email to