sd/qa/unit/export-tests.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit 7c838aedeed7cb3ba83fe9636c60954e483af0dd
Author:     Caolán McNamara <[email protected]>
AuthorDate: Sun Oct 26 11:10:12 2025 +0000
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Oct 31 00:19:30 2025 +0100

    reenable windows test
    
    Change-Id: Ife852613d4704e6b04280d5c494ecfea29071a7f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/193001
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins

diff --git a/sd/qa/unit/export-tests.cxx b/sd/qa/unit/export-tests.cxx
index baaef5f55173..a5adfe25718d 100644
--- a/sd/qa/unit/export-tests.cxx
+++ b/sd/qa/unit/export-tests.cxx
@@ -1247,9 +1247,6 @@ CPPUNIT_TEST_FIXTURE(SdExportTest, 
testExplodedPdfEmbeddedFonts)
         return;
     UsePdfium aGuard;
 
-    //cannot overwrite font file that windows has already open, fix in a later
-    //patch
-#if !defined _WIN32
     loadFromFile(u"pdf/sciencejournalsource.pdf");
 
     
setFilterOptions("{\"DecomposePDF\":{\"type\":\"boolean\",\"value\":\"true\"}}");
@@ -1262,7 +1259,6 @@ CPPUNIT_TEST_FIXTURE(SdExportTest, 
testExplodedPdfEmbeddedFonts)
     assertXPath(pXmlDoc, 
"/office:document/office:font-face-decls/style:font-face[@style:name='PT "
                          
"Serif']/svg:font-face-src/svg:font-face-uri[@loext:font-weight='bold' "
                          "and @loext:font-style='normal']/office:binary-data");
-#endif
 }
 
 CPPUNIT_TEST_FIXTURE(SdExportTest, testExplodedPdfPatternStroke)

Reply via email to