[Libreoffice-commits] core.git: sw/qa
Michael Stahl (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 30 16:08:21 UTC 2019
dev/null |binary
sw/qa/extras/layout/layout.cxx | 3 ---
2 files changed, 3 deletions(-)
New commits:
commit 4aeb48d4691f8852b7afd908637d1a85ae434c84
Author: Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Tue Apr 30 18:02:55 2019 +0200
Commit: Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Tue Apr 30 18:06:37 2019 +0200
sw: remove testForcepoint79 from SwLayoutWriter
Was recently added in 453e6fb7c1827d317dc775df32a6cf91b2bb5a67
Here this goes into an infinite loop, at least it doesn't finish in an
hour; Miklos claims it's due to missing fonts, let's just remove the
test for now, the file will still be tested by crashtesting.
Change-Id: I8acd05e9428ca25d1255b9f14ca56c7a9f5d4f00
diff --git a/sw/qa/extras/layout/data/forcepoint79-1.doc b/sw/qa/extras/layout/data/forcepoint79-1.doc
deleted file mode 100644
index ba53db79f278..000000000000
Binary files a/sw/qa/extras/layout/data/forcepoint79-1.doc and /dev/null differ
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index f6272278fee8..3e8e597dd6e8 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2588,9 +2588,6 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint75)
//just care it doesn't crash/assert
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint76) { createDoc("forcepoint76-1.rtf"); }
-//just care it doesn't crash/assert
-CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint79) { createDoc("forcepoint79-1.doc"); }
-
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf118058)
{
SwDoc* pDoc = createDoc("tdf118058.fodt");
More information about the Libreoffice-commits
mailing list