summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-10-25 10:18:11 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2022-10-25 11:24:43 +0200
commitff97d047393c955af2f3173a9c7e2534a059a058 (patch)
tree8263409f12317204d5a24ad78bb9e9b51ed6e853 /sd
parent42a7b48065977d11bc99ab32dadbfde5f1209438 (diff)
UnoApiTest: use validate when saving files
Change-Id: I0f04fae8b4ff922f5e14ae413cd63cc92a66077e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141797 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/filter/eppt/eppt.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/qa/filter/eppt/eppt.cxx b/sd/qa/filter/eppt/eppt.cxx
index 38ba795dce2d..9b853b058044 100644
--- a/sd/qa/filter/eppt/eppt.cxx
+++ b/sd/qa/filter/eppt/eppt.cxx
@@ -81,7 +81,6 @@ CPPUNIT_TEST_FIXTURE(Test, testThemeExport)
// When exporting to PPTX:
utl::TempFileNamed aTempFile = save("Impress Office Open XML");
- validate(aTempFile.GetFileName(), test::OOXML);
// Then verify that this color is not lost:
std::unique_ptr<SvStream> pStream = parseExportStream(aTempFile, "ppt/theme/theme1.xml");
@@ -101,7 +100,6 @@ CPPUNIT_TEST_FIXTURE(Test, testLoopingFromAnimation)
// When exporting that to PPTX:
utl::TempFileNamed aTempFile = save("Impress Office Open XML");
- validate(aTempFile.GetFileName(), test::OOXML);
// Then make sure that the "infinite" repeat count is written:
std::unique_ptr<SvStream> pStream = parseExportStream(aTempFile, "ppt/slides/slide1.xml");