From fb8cd9b80932f139972d5c55887d8e3da0287317 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 24 Jan 2019 10:28:07 +0000 Subject: disable a few failing unit tests in MPLv2 subset Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd --- postprocess/Module_postprocess.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'postprocess') diff --git a/postprocess/Module_postprocess.mk b/postprocess/Module_postprocess.mk index b02faf7b9310..4671cbc84508 100644 --- a/postprocess/Module_postprocess.mk +++ b/postprocess/Module_postprocess.mk @@ -49,8 +49,12 @@ $(eval $(call gb_Module_add_check_targets,postprocess,\ endif endif +# Implementation com.sun.star.xml.security.SEInitializer_Gpg +# does not provide a constructor or factory in case of MPLv2 subset +ifneq ($(MPL_SUBSET),TRUE) $(eval $(call gb_Module_add_check_targets,postprocess,\ CppunitTest_services \ )) +endif # vim: set noet sw=4 ts=4: -- cgit v1.2.3