[Libreoffice-commits] core.git: sd/qa
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Mon Jun 7 17:36:07 UTC 2021
sd/qa/unit/layout-tests.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a50f482fa1b2239f317add1b83ffeb08b14a44a8
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Mon Jun 7 18:24:29 2021 +0300
Commit: Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Mon Jun 7 19:35:23 2021 +0200
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 at collabora.com>
diff --git a/sd/qa/unit/data/odp/tdf128212.pptx b/sd/qa/unit/data/pptx/tdf128212.pptx
similarity index 100%
rename from sd/qa/unit/data/odp/tdf128212.pptx
rename to sd/qa/unit/data/pptx/tdf128212.pptx
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;
More information about the Libreoffice-commits
mailing list