Kaydet (Commit) 09a32260 authored tarafından Andras Timar's avatar Andras Timar

disable a few failing unit tests in MPLv2 subset

Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd
Reviewed-on: https://gerrit.libreoffice.org/73049
Tested-by: Jenkins
Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst dcc175b8
...@@ -50,6 +50,7 @@ ...@@ -50,6 +50,7 @@
#include <cairo.h> #include <cairo.h>
#include <ostream> #include <ostream>
#include <config_features.h> #include <config_features.h>
#include <config_mpl.h>
#include <lib/init.hxx> #include <lib/init.hxx>
...@@ -185,10 +186,12 @@ public: ...@@ -185,10 +186,12 @@ public:
CPPUNIT_TEST(testExtractParameter); CPPUNIT_TEST(testExtractParameter);
CPPUNIT_TEST(testGetSignatureState_Signed); CPPUNIT_TEST(testGetSignatureState_Signed);
CPPUNIT_TEST(testGetSignatureState_NonSigned); CPPUNIT_TEST(testGetSignatureState_NonSigned);
#if !MPL_HAVE_SUBSET
CPPUNIT_TEST(testInsertCertificate_DER_ODT); CPPUNIT_TEST(testInsertCertificate_DER_ODT);
CPPUNIT_TEST(testInsertCertificate_PEM_ODT); CPPUNIT_TEST(testInsertCertificate_PEM_ODT);
CPPUNIT_TEST(testInsertCertificate_PEM_DOCX); CPPUNIT_TEST(testInsertCertificate_PEM_DOCX);
CPPUNIT_TEST(testSignDocument_PEM_PDF); CPPUNIT_TEST(testSignDocument_PEM_PDF);
#endif
CPPUNIT_TEST(testTextSelectionHandles); CPPUNIT_TEST(testTextSelectionHandles);
CPPUNIT_TEST(testDialogPaste); CPPUNIT_TEST(testDialogPaste);
CPPUNIT_TEST(testShowHideDialog); CPPUNIT_TEST(testShowHideDialog);
......
...@@ -43,11 +43,15 @@ endif ...@@ -43,11 +43,15 @@ endif
ifeq ($(OS),LINUX) ifeq ($(OS),LINUX)
ifneq ($(PKGFORMAT),) ifneq ($(PKGFORMAT),)
# 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,\ $(eval $(call gb_Module_add_check_targets,postprocess,\
CustomTarget_check_dynamic_objects \ CustomTarget_check_dynamic_objects \
)) ))
endif endif
endif endif
endif
$(eval $(call gb_Module_add_check_targets,postprocess,\ $(eval $(call gb_Module_add_check_targets,postprocess,\
CppunitTest_services \ CppunitTest_services \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment