sw/qa/extras/ooxmlexport/ooxmlexport16.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bb34df559fdf317f0f3d22c68c8109f52d27bf92 Author: Xisco Fauli <[email protected]> AuthorDate: Sat Feb 14 13:57:57 2026 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Sat Feb 14 17:32:47 2026 +0100 sw: using DECLARE_OOXMLEXPORT_TEST is wrong here Change-Id: Ia8e66a1a7666c406a18cf1b0524013e6ba509f25 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199372 Reviewed-by: Xisco Fauli <[email protected]> Tested-by: Jenkins diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx index 69b4b084d3fa..f948fda3c8cf 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport16.cxx @@ -203,7 +203,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf142486_LeftMarginShadowLeft, "tdf142486_LeftMarg CPPUNIT_ASSERT_DOUBLES_EQUAL(sal_Int32(953), getProperty<sal_Int32>(xFrame, u"LeftMargin"_ustr), 1); } -DECLARE_OOXMLEXPORT_TEST(testTdf151384Hyperlink, "151384Hyperlink.odt") +CPPUNIT_TEST_FIXTURE(Test, testTdf151384Hyperlink) { createSwDoc("151384Hyperlink.odt"); save(TestFilter::DOCX);
