summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-10-13 15:16:18 +0200
committerJan Holesovsky <kendy@collabora.com>2015-10-13 15:19:59 +0200
commitb7a5dcdbe25b875718230027ae3ae802bbc60bd0 (patch)
tree7dbaa6698354b03131fccb5cb8cecf852a51da0e
parentb859d84e471fdb70b61607d2d919a7907d074bd0 (diff)
tdf#94386: Unit test - add forgotten test document.
Change-Id: I0549579f49eb6de8b8460fcf8c70c399294e507d
-rw-r--r--sw/qa/extras/ww8export/data/tdf94386.odtbin0 -> 8163 bytes
-rw-r--r--sw/qa/extras/ww8export/ww8export.cxx10
2 files changed, 5 insertions, 5 deletions
diff --git a/sw/qa/extras/ww8export/data/tdf94386.odt b/sw/qa/extras/ww8export/data/tdf94386.odt
new file mode 100644
index 000000000000..0e8d0bd0d5ea
--- /dev/null
+++ b/sw/qa/extras/ww8export/data/tdf94386.odt
Binary files differ
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index f8b5911acf39..4268e4f653d5 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();