[Libreoffice-commits] core.git: sw/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 8 15:28:43 UTC 2020
sw/qa/extras/ooxmlexport/ooxmlexport6.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9fbd3299b8ffd0349c14b0986a5a87ebb0b0c521
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Tue Sep 8 13:10:39 2020 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Tue Sep 8 17:28:02 2020 +0200
sw_ooxmlexport6: DECLARE_OOXMLIMPORT_TEST -> DECLARE_OOXMLEXPORT_TEST
Change-Id: Id5ef4973f4eb93d89b590cd4e5afe87c9f706d76
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102243
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
index 120a8db1d3bb..d1091c949bb6 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport6.cxx
@@ -976,7 +976,7 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testSyncedRelativePercent, "tdf93676-1.odt")
assertXPath(pXmlDoc, "//wp14:pctHeight", 0);
}
-DECLARE_OOXMLIMPORT_TEST(testTdf107119, "tdf107119.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf107119, "tdf107119.docx")
{
uno::Reference<beans::XPropertySet> XPropsWrap(getShape(1), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(text::WrapTextMode_PARALLEL, getProperty<text::WrapTextMode>(XPropsWrap, "Surround"));
More information about the Libreoffice-commits
mailing list