summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-04-30 18:02:55 +0200
committerMichael Stahl <Michael.Stahl@cib.de>2019-04-30 18:06:37 +0200
commit4aeb48d4691f8852b7afd908637d1a85ae434c84 (patch)
tree948fd11a7f1ac9d3e6420eee7be940e7c5544b6e /sw
parent89ce0ef3744572127a75fbe82c2fc194ce63b702 (diff)
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
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/layout/data/forcepoint79-1.docbin32256 -> 0 bytes
-rw-r--r--sw/qa/extras/layout/layout.cxx3
2 files changed, 0 insertions, 3 deletions
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
--- a/sw/qa/extras/layout/data/forcepoint79-1.doc
+++ /dev/null
Binary files 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");