diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-16 10:38:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-16 10:38:06 +0200 |
commit | 7d1bb036e1d0c20920703e64132d76e4cce06826 (patch) | |
tree | 09d3bbf44e8fb031c2f8693ec5aeb35cd0925bb1 /i18npool | |
parent | bf0a3adda154c9251cf9c3aae3337eed26a695cd (diff) |
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.
Diffstat (limited to 'i18npool')
-rw-r--r-- | i18npool/CppunitTest_i18npool_test_breakiterator.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/i18npool/CppunitTest_i18npool_test_breakiterator.mk b/i18npool/CppunitTest_i18npool_test_breakiterator.mk index 9c35bf6b64cf..d0dca4460960 100644 --- a/i18npool/CppunitTest_i18npool_test_breakiterator.mk +++ b/i18npool/CppunitTest_i18npool_test_breakiterator.mk @@ -60,8 +60,7 @@ $(eval $(call gb_CppunitTest_add_service_rdbs,i18npool_test_breakiterator,\ )) $(eval $(call gb_CppunitTest_set_args,i18npool_test_breakiterator,\ - --headless \ - --invisible \ + --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \ )) $(eval $(call gb_RdbTarget_RdbTarget,i18npool_test_breakiterator)) |