diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2013-12-08 14:13:14 +0700 |
---|---|---|
committer | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2013-12-08 14:18:55 +0700 |
commit | 4db9ae4479dc6470d0f5c0c5b9b0be6d6dd59de9 (patch) | |
tree | 54a511b7cf8536966ddeb162e01e4d11ad29a0d3 /sd | |
parent | 4c57554ff125f987ea64695661dd0967e57185fd (diff) |
sd/qa/unit: move and rename some files for consistency
Diffstat (limited to 'sd')
-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 }, |