summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2020-09-08 13:12:56 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2020-09-08 17:54:53 +0200
commit60ebe8e183881ed7a85f3bd92fabbc43cf484ed1 (patch)
treef6fdc786133411165c714020efb266bd1635bd16 /sw/qa/extras
parent90ac08fa522efd4952ecc8c3e7dcc18cfd5a66a0 (diff)
sw_ooxmlexport13: DECLARE_OOXMLIMPORT_TEST -> DECLARE_OOXMLEXPORT_TEST
Change-Id: I423bb88ed8820323313429dfc2a4aa23cd7e789b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102244 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport13.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
index fff8e17ec4f5..daaecd43df9f 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport13.cxx
@@ -715,7 +715,7 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTextInput, "textinput.odt")
CPPUNIT_ASSERT_EQUAL(4, nElements);
}
-DECLARE_OOXMLIMPORT_TEST(testTdf123460, "tdf123460.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf123460, "tdf123460.docx")
{
// check paragraph mark deletion at terminating moveFrom
CPPUNIT_ASSERT_EQUAL(true,getParagraph( 2 )->getString().startsWith("Nunc"));
@@ -754,7 +754,7 @@ DECLARE_OOXMLEXPORT_EXPORTONLY_TEST(testTdf125298, "tdf125298_crossreflink_nonas
CPPUNIT_ASSERT_EQUAL(expectedFieldName2, fieldName2);
}
-DECLARE_OOXMLIMPORT_TEST(testTdf121784, "tdf121784.docx")
+DECLARE_OOXMLEXPORT_TEST(testTdf121784, "tdf121784.docx")
{
// check tracked insertion of footnotes
CPPUNIT_ASSERT_EQUAL( OUString( "Text1" ), getParagraph( 1 )->getString());