summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-10-27 09:41:00 +0100
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-11-07 10:45:08 +0100
commit8070b12454718d33d4452bb090f40ce8c629ca2c (patch)
tree649949a4d572bafc31e2555a0c8eb1a0f90f2422 /sw/Module_sw.mk
parent6e0761ec54c12f1d8fd4391e9e87f805d39cce30 (diff)
Test for swapped out image loss during Writer export
Related to the bug fdo#52226. The fix in *.rtf and *.docx export was this commit: 9dd5caac62083f7162d83319284df68ee83e3777 The problem was that the images were somehow swapped out but were not swapped in during export. Test the main Writer formats: ODT, RTF, DOC, DOCX.
Diffstat (limited to 'sw/Module_sw.mk')
-rw-r--r--sw/Module_sw.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk
index b5809c2a7599..a7a31efbab44 100644
--- a/sw/Module_sw.mk
+++ b/sw/Module_sw.mk
@@ -68,6 +68,7 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\
CppunitTest_sw_odfimport \
CppunitTest_sw_uiwriter \
CppunitTest_sw_mailmerge \
+ CppunitTest_sw_globalfilter \
))
ifneq ($(DISABLE_CVE_TESTS),TRUE)