sw/qa/extras/rtfimport/data/rhbz960019.rtf | 12 ----------- sw/qa/extras/rtfimport/rtfimport.cxx | 7 ------ writerfilter/qa/cppunittests/rtftok/data/pass/rhbz960019.rtf | 12 +++++++++++ 3 files changed, 12 insertions(+), 19 deletions(-)
New commits: commit 4721fbbccdb582449ac938fe36d01685cd650f1d Author: Michael Stahl <[email protected]> Date: Wed Jul 10 13:08:37 2013 +0200 writerfilter: move the crash test file to "pass" directory Change-Id: I8a97eac789e3e8234673de87653b78c39dafe14c diff --git a/sw/qa/extras/rtfimport/rtfimport.cxx b/sw/qa/extras/rtfimport/rtfimport.cxx index 4a861d5..bc8c7fc 100644 --- a/sw/qa/extras/rtfimport/rtfimport.cxx +++ b/sw/qa/extras/rtfimport/rtfimport.cxx @@ -153,7 +153,6 @@ public: void testFdo39001(); void testGroupshape(); void testFdo66565(); - void testRhbz960019(); CPPUNIT_TEST_SUITE(Test); #if !defined(MACOSX) && !defined(WNT) @@ -292,7 +291,6 @@ void Test::run() {"fdo39001.rtf", &Test::testFdo39001}, {"groupshape.rtf", &Test::testGroupshape}, {"fdo66565.rtf", &Test::testFdo66565}, - {"rhbz960019.rtf", &Test::testRhbz960019}, }; header(); for (unsigned int i = 0; i < SAL_N_ELEMENTS(aMethods); ++i) @@ -1421,11 +1419,6 @@ void Test::testFdo66565() CPPUNIT_ASSERT_EQUAL(sal_Int16(304), getProperty< uno::Sequence<text::TableColumnSeparator> >(xTableRows->getByIndex(1), "TableColumnSeparators")[0].Position); } -void Test::testRhbz960019() -{ - // used to crash due to extra group in listoverride entry -} - CPPUNIT_TEST_SUITE_REGISTRATION(Test); CPPUNIT_PLUGIN_IMPLEMENT(); diff --git a/sw/qa/extras/rtfimport/data/rhbz960019.rtf b/writerfilter/qa/cppunittests/rtftok/data/pass/rhbz960019.rtf similarity index 100% rename from sw/qa/extras/rtfimport/data/rhbz960019.rtf rename to writerfilter/qa/cppunittests/rtftok/data/pass/rhbz960019.rtf _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
