From 176c60dd19f29457aca02a1477ffcc1ab312f050 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Tue, 13 Oct 2015 14:04:17 +0200 Subject: [PATCH] sw/qa/extras/ww8export/data/tdf94386.odt is missing ...from b630f9a36a844f46757abb6ce16fa7cd527a4341 "tdf#94386: Unit test stub - emulates the steps to trigger the bug." Change-Id: Id845ed86920614c592f891d85e6ee3d1673056f8 --- sw/qa/extras/ww8export/ww8export.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx index 4268e4f653d5..f8b5911acf39 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();