summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-05-14 10:19:21 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-05-14 10:19:26 +0200
commit074f30cfd1c8c755dcbf68f3843406c8af173d32 (patch)
tree3b8a9a5072851b77c1fe1dd1abd4d7c404b087fd
parentd892e03f7dcbb7b8a6cc6a78dd758bab95ddded1 (diff)
CppunitTest_writerperfect_epubexport: don't try to load flagged abw format
master opens this as-is, this branch would first show you a dialog, we cancel that in headless mode, and then loading fails, but that's not an interesting failure. Change-Id: I6ff83e320738fb33ee88d10f9b2cfabff91de8ed
-rw-r--r--writerperfect/qa/unit/EPUBExportTest.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/writerperfect/qa/unit/EPUBExportTest.cxx b/writerperfect/qa/unit/EPUBExportTest.cxx
index edc2da70f59a..6cc0751882f1 100644
--- a/writerperfect/qa/unit/EPUBExportTest.cxx
+++ b/writerperfect/qa/unit/EPUBExportTest.cxx
@@ -880,9 +880,12 @@ CPPUNIT_TEST_FIXTURE(EPUBExportTest, testSimpleRuby)
CPPUNIT_TEST_FIXTURE(EPUBExportTest, testAbi11105)
{
+// Disable the test on this branch, .abw is flagged as EXOTIC, so loading would fail.
+#if 0
// This crashed because the paragraph style "P5" which had a master-page-name
// appeared in a table cell messed up page spans.
createDoc("abi11105.abw", {});
+#endif
}
}