From 7d1bb036e1d0c20920703e64132d76e4cce06826 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 16 Sep 2011 10:38:06 +0200 Subject: Simplified setting headless mode for smoke-/subsequenttetss. Both C++ and Java OfficeConnection code now always pass --headless, so no need for SAL_USE_VCLPLUGIN=svp etc. any more. Only some C++ unit tests that link against vcl still need an explicit --headless. --- sc/CppunitTest_sc_test_filters.mk | 2 -- sc/CppunitTest_sc_ucalc.mk | 1 - 2 files changed, 3 deletions(-) (limited to 'sc') diff --git a/sc/CppunitTest_sc_test_filters.mk b/sc/CppunitTest_sc_test_filters.mk index d7aa0434a598..cf524d96c91b 100644 --- a/sc/CppunitTest_sc_test_filters.mk +++ b/sc/CppunitTest_sc_test_filters.mk @@ -92,8 +92,6 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sc_filters_test,\ )) $(eval $(call gb_CppunitTest_set_args,sc_filters_test,\ - --headless \ - --invisible \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ -env:OOO_CONFIG_REGISTRY_DIR=$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry) \ )) diff --git a/sc/CppunitTest_sc_ucalc.mk b/sc/CppunitTest_sc_ucalc.mk index 91fe524e60f5..c7a6b2f81b66 100644 --- a/sc/CppunitTest_sc_ucalc.mk +++ b/sc/CppunitTest_sc_ucalc.mk @@ -98,7 +98,6 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,sc_ucalc,\ $(eval $(call gb_CppunitTest_set_args,sc_ucalc,\ --headless \ - --invisible \ --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) -- cgit v1.2.3