sd/qa/unit/export-tests-ooxml3.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 919b0984ed7bf5cfd599fbf0fcf613121026976e Author: Aron Budea <[email protected]> AuthorDate: Sun Nov 30 21:52:26 2025 +1030 Commit: Aron Budea <[email protected]> CommitDate: Sun Nov 30 17:20:33 2025 +0100 tdf#169706 correct unit test and file name They were referring to the wrong bug report. Change-Id: I3bb14b0391db75235b34ffe0eb7a23cc484bba6d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194838 Tested-by: Jenkins Reviewed-by: Aron Budea <[email protected]> diff --git a/sd/qa/unit/data/odp/tdf169438_invalid_audio_link.odp b/sd/qa/unit/data/odp/tdf169706_invalid_audio_link.odp similarity index 100% rename from sd/qa/unit/data/odp/tdf169438_invalid_audio_link.odp rename to sd/qa/unit/data/odp/tdf169706_invalid_audio_link.odp diff --git a/sd/qa/unit/export-tests-ooxml3.cxx b/sd/qa/unit/export-tests-ooxml3.cxx index 2f6a2716875c..77e48c451cd5 100644 --- a/sd/qa/unit/export-tests-ooxml3.cxx +++ b/sd/qa/unit/export-tests-ooxml3.cxx @@ -1034,9 +1034,9 @@ CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest3, testTdf44223) assertXPath(pRels1, "//rels:Relationship[@Id='rId1']", "Target", u"../media/audio1.wav"); } -CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest3, testtdf169438_invalid_audio_link) +CPPUNIT_TEST_FIXTURE(SdOOXMLExportTest3, testtdf169706_invalid_audio_link) { - createSdImpressDoc("odp/tdf169438_invalid_audio_link.odp"); + createSdImpressDoc("odp/tdf169706_invalid_audio_link.odp"); save(TestFilter::PPTX); xmlDocUniquePtr pXmlDoc = parseExport(u"ppt/slides/slide1.xml"_ustr);
