From b7a5dcdbe25b875718230027ae3ae802bbc60bd0 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Tue, 13 Oct 2015 15:16:18 +0200 Subject: tdf#94386: Unit test - add forgotten test document. Change-Id: I0549579f49eb6de8b8460fcf8c70c399294e507d --- sw/qa/extras/ww8export/data/tdf94386.odt | Bin 0 -> 8163 bytes sw/qa/extras/ww8export/ww8export.cxx | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 sw/qa/extras/ww8export/data/tdf94386.odt (limited to 'sw') 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 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 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(); -- cgit