summaryrefslogtreecommitdiff
path: root/writerperfect
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-05-14 10:19:21 +0200
committerAndras Timar <andras.timar@collabora.com>2022-02-13 18:25:53 +0100
commit14bbc66cbb5ac0165a63888800d7ac01179a9fad (patch)
treed18299e91d278e70fce54d5983e6b9f7cc83a341 /writerperfect
parentc0e537948c240d697c7dc0836a02c98f79e8240d (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
Diffstat (limited to 'writerperfect')
-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 c1769607605a..b8827b47c2c5 100644
--- a/writerperfect/qa/unit/EPUBExportTest.cxx
+++ b/writerperfect/qa/unit/EPUBExportTest.cxx
@@ -874,9 +874,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(u"abi11105.abw", {});
+#endif
}
}