sd/qa/unit/export-tests-ooxml3.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 29aad31182b878620beb3b6f1de470f98c8251dc Author: Aron Budea <[email protected]> AuthorDate: Sun Nov 30 21:52:26 2025 +1030 Commit: Xisco Fauli <[email protected]> CommitDate: Mon Dec 1 13:22:54 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]> (cherry picked from commit 919b0984ed7bf5cfd599fbf0fcf613121026976e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194876 Reviewed-by: Xisco Fauli <[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 ced1ad00d9ab..ab27680e3e52 100644 --- a/sd/qa/unit/export-tests-ooxml3.cxx +++ b/sd/qa/unit/export-tests-ooxml3.cxx @@ -1004,9 +1004,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);
