sd/qa/unit/export-tests-ooxml3.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit caa7eeb6ad20ff2e2402a58d64910d7d91d11a75 Author: Aron Budea <[email protected]> AuthorDate: Sun Nov 30 21:52:26 2025 +1030 Commit: Aron Budea <[email protected]> CommitDate: Mon Dec 1 18:27:23 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/+/194881 Tested-by: Jenkins CollaboraOffice <[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 778c1bfb88ef..0d43d3d355eb 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(u"Impress Office Open XML"_ustr); xmlDocUniquePtr pXmlDoc = parseExport(u"ppt/slides/slide1.xml"_ustr);
