From 2db8b3a81554735552e366ebbad1227579dee4ca Mon Sep 17 00:00:00 2001 From: Armin Le Grand Date: Thu, 21 Jul 2016 18:20:00 +0200 Subject: screenshots: add dialog test cases for writer Writer has currently no known dialogs that get created with an opened writer document. There are some ui files that do not work with fallback (7), but most work (167). Not all look good, though. Change-Id: I92a6a5077e3a8c93148e162455093399ba1f99ed --- sw/Module_sw.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sw/Module_sw.mk') diff --git a/sw/Module_sw.mk b/sw/Module_sw.mk index 39b466fc616f..890a0514ab25 100644 --- a/sw/Module_sw.mk +++ b/sw/Module_sw.mk @@ -79,11 +79,10 @@ $(eval $(call gb_Module_add_slowcheck_targets,sw,\ )) endif -ifneq ($(DISABLE_CVE_TESTS),TRUE) $(eval $(call gb_Module_add_slowcheck_targets,sw,\ CppunitTest_sw_filters_test \ + CppunitTest_sw_dialogs_test \ )) -endif ifneq ($(OOO_JUNIT_JAR),) $(eval $(call gb_Module_add_subsequentcheck_targets,sw,\ -- cgit