summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-06-07 18:24:29 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-06-07 19:35:23 +0200
commita50f482fa1b2239f317add1b83ffeb08b14a44a8 (patch)
tree2aa417b22215c0092f60d00fa7e8ca1d772e8b07 /sd
parent629fe3a8e6fdf1602add0803b7d06e70215cda33 (diff)
Move PPTX testdoc to respective directory
Change-Id: I020998c8e8b2a715a7f0a924bd24e09082599a6b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116788 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/data/pptx/tdf128212.pptx (renamed from sd/qa/unit/data/odp/tdf128212.pptx)bin16921 -> 16921 bytes
-rw-r--r--sd/qa/unit/layout-tests.cxx2
2 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/data/odp/tdf128212.pptx b/sd/qa/unit/data/pptx/tdf128212.pptx
index 52ba8ed0d81a..52ba8ed0d81a 100644
--- a/sd/qa/unit/data/odp/tdf128212.pptx
+++ b/sd/qa/unit/data/pptx/tdf128212.pptx
Binary files differ
diff --git a/sd/qa/unit/layout-tests.cxx b/sd/qa/unit/layout-tests.cxx
index 7498f24227ac..1d10ab0a2a1e 100644
--- a/sd/qa/unit/layout-tests.cxx
+++ b/sd/qa/unit/layout-tests.cxx
@@ -68,7 +68,7 @@ void SdLayoutTest::testTdf136949()
void SdLayoutTest::testTdf128212()
{
sd::DrawDocShellRef xDocShRef
- = loadURL(m_directories.getURLFromSrc(u"/sd/qa/unit/data/odp/tdf128212.pptx"), PPTX);
+ = loadURL(m_directories.getURLFromSrc(u"/sd/qa/unit/data/pptx/tdf128212.pptx"), PPTX);
std::shared_ptr<GDIMetaFile> xMetaFile = xDocShRef->GetPreviewMetaFile();
MetafileXmlDump dumper;