[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - writerperfect/qa
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu May 14 08:20:31 UTC 2020
writerperfect/qa/unit/EPUBExportTest.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 074f30cfd1c8c755dcbf68f3843406c8af173d32
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu May 14 10:19:21 2020 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu May 14 10:19:26 2020 +0200
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
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
}
}
More information about the Libreoffice-commits
mailing list