Kaydet (Commit) 58a5f8da authored tarafından Andras Timar's avatar Andras Timar

disable a few failing unit tests in MPLv2 subset

Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd
üst c7c3b310
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,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>
...@@ -172,10 +173,12 @@ public: ...@@ -172,10 +173,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(testABI); CPPUNIT_TEST(testABI);
CPPUNIT_TEST_SUITE_END(); CPPUNIT_TEST_SUITE_END();
......
...@@ -41,8 +41,12 @@ $(eval $(call gb_Module_add_targets,postprocess, \ ...@@ -41,8 +41,12 @@ $(eval $(call gb_Module_add_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,\ $(eval $(call gb_Module_add_check_targets,postprocess,\
CppunitTest_services \ CppunitTest_services \
)) ))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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