[Libreoffice-commits] core.git: sw/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 15 10:50:57 UTC 2020
sw/qa/extras/ooxmlexport/ooxmlexport15.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8d768405c85eb045ae78f8be151b22c2bde029e1
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Sep 15 10:45:56 2020 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Sep 15 12:50:20 2020 +0200
sw_ooxmlexport15: another OOXMLIMPORT_TEST -> OOXMLEXPORT_TEST
Change-Id: Ica5febe044c978fbb40b5998ab7eb088352d151d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102713
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
index e29ec68fa278..902d1c9df6a2 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport15.cxx
@@ -573,7 +573,7 @@ DECLARE_OOXMLEXPORT_TEST(TestTdf135653, "tdf135653.docx")
CPPUNIT_ASSERT_EQUAL_MESSAGE("OLE bg color does not match!", aExpectedColor, aFillColor);
}
-DECLARE_OOXMLIMPORT_TEST(testTdf135665, "tdf135665.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf135665, "tdf135665.docx")
{
uno::Reference<beans::XPropertySet> xOLEProps1(getShape(1), uno::UNO_QUERY_THROW);
uno::Reference<beans::XPropertySet> xOLEProps2(getShape(2), uno::UNO_QUERY_THROW);
More information about the Libreoffice-commits
mailing list