[Libreoffice-commits] core.git: sw/qa

Jan Holesovsky kendy at collabora.com
Tue Oct 13 06:21:02 PDT 2015


 sw/qa/extras/ww8export/data/tdf94386.odt |binary
 sw/qa/extras/ww8export/ww8export.cxx     |   10 +++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

New commits:
commit b7a5dcdbe25b875718230027ae3ae802bbc60bd0
Author: Jan Holesovsky <kendy at collabora.com>
Date:   Tue Oct 13 15:16:18 2015 +0200

    tdf#94386: Unit test - add forgotten test document.
    
    Change-Id: I0549579f49eb6de8b8460fcf8c70c399294e507d

diff --git a/sw/qa/extras/ww8export/data/tdf94386.odt b/sw/qa/extras/ww8export/data/tdf94386.odt
new file mode 100644
index 0000000..0e8d0bd
Binary files /dev/null and b/sw/qa/extras/ww8export/data/tdf94386.odt differ
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index f8b5911..4268e4f 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -568,11 +568,11 @@ DECLARE_WW8EXPORT_TEST(testMoveRange, "fdo66304-1.odt")
     //the save must survive without asserting
 }
 
-// DECLARE_WW8EXPORT_TEST(testTdf94386, "tdf94386.odt")
-// {
-//     // TODO: assert here that the 2nd page has the right size even after
-//     // the save as .doc
-// }
+DECLARE_WW8EXPORT_TEST(testTdf94386, "tdf94386.odt")
+{
+    // TODO: assert here that the 2nd page has the right size even after
+    // the save as .doc
+}
 
 CPPUNIT_PLUGIN_IMPLEMENT();
 


More information about the Libreoffice-commits mailing list