postprocess/Module_postprocess.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit fb8cd9b80932f139972d5c55887d8e3da0287317
Author:     Andras Timar <[email protected]>
AuthorDate: Thu Jan 24 10:28:07 2019 +0000
Commit:     Andras Timar <[email protected]>
CommitDate: Mon Jul 8 20:11:45 2019 +0200

    disable a few failing unit tests in MPLv2 subset
    
    Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd

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:
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to