diff options
-rw-r--r-- | sd/qa/unit/data/fdo47434.pptx (renamed from sd/qa/unit/data/pptx/fdo47434-all.pptx) | bin | 32477 -> 32477 bytes | |||
-rw-r--r-- | sd/qa/unit/data/xml/fdo47434_0.xml (renamed from sd/qa/unit/data/pptx/xml/fdo47434_page0.xml) | 0 | ||||
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/data/pptx/fdo47434-all.pptx b/sd/qa/unit/data/fdo47434.pptx Binary files differindex 1ecb8a9de2dd..1ecb8a9de2dd 100644 --- a/sd/qa/unit/data/pptx/fdo47434-all.pptx +++ b/sd/qa/unit/data/fdo47434.pptx diff --git a/sd/qa/unit/data/pptx/xml/fdo47434_page0.xml b/sd/qa/unit/data/xml/fdo47434_0.xml index 50b275376910..50b275376910 100644 --- a/sd/qa/unit/data/pptx/xml/fdo47434_page0.xml +++ b/sd/qa/unit/data/xml/fdo47434_0.xml diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index bd65a309f4a9..63b8056a70d4 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -99,7 +99,7 @@ void SdFiltersTest::testDocumentLayout() struct { const char *pInput, *pDump; sal_Int32 nExportType; } aFilesToCompare[] = { { "odp/shapes-test.odp", "xml/shapes-test_page", -1 }, - { "pptx/fdo47434-all.pptx", "pptx/xml/fdo47434_page", -1 }, + { "fdo47434.pptx", "xml/fdo47434_", -1 }, { "n758621.ppt", "xml/n758621_", -1 }, { "fdo64586.ppt", "xml/fdo64586_", -1 }, { "n819614.pptx", "xml/n819614_", -1 }, |