diff options
author | Jan Holesovsky <kendy@suse.cz> | 2013-06-13 16:16:58 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2013-06-13 16:22:51 +0200 |
commit | b0f10dd3262cd16b8a6c1bb4fbc3386330acc685 (patch) | |
tree | 4dabe39e748c443fd7a217c4131ea649a32287aa /sd | |
parent | e0cce521f1ad0cc384d30ce2f1077ea229fffe62 (diff) |
Revert "bnc#819614: Fix runaway lines."
This reverts commit 5fe65c0c5e5a8d815d9d15ef192e7652726662e6.
Unfortunately this causes a regression elsewhere.
This also disables the unit test for this bug - will re-enable when I find
a fix that both fixes this, and does not regress other stuff :-)
Change-Id: Iad334e3c59c928edb78f25c0f36a33a26a7e6125
Diffstat (limited to 'sd')
-rw-r--r-- | sd/qa/unit/import-tests.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx index 8babd50d785d..cd2f5fffe2f1 100644 --- a/sd/qa/unit/import-tests.cxx +++ b/sd/qa/unit/import-tests.cxx @@ -65,7 +65,7 @@ void SdFiltersTest::testDocumentLayout() { "pptx/fdo47434-all.pptx", "pptx/xml/fdo47434_page" }, { "n758621.ppt", "xml/n758621_" }, { "fdo64586.ppt", "xml/fdo64586_" }, - { "n819614.pptx", "xml/n819614_" }, + // FIXME re-enable again when a better fix is found { "n819614.pptx", "xml/n819614_" }, { "n820786.pptx", "xml/n820786_" }, }; |