summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-01-24 10:28:07 +0000
committerAndras Timar <andras.timar@collabora.com>2019-05-27 20:30:37 +0200
commit09a322600b2343ff25218bba198da25d7bb7888c (patch)
treeb4840e611e908df5cc34beba462044032a9d49c6 /desktop
parentabort if PCH cannot be used because of CXXFLAGS mismatch (diff)
downloadcore-09a322600b2343ff25218bba198da25d7bb7888c.tar.gz
core-09a322600b2343ff25218bba198da25d7bb7888c.zip
disable a few failing unit tests in MPLv2 subset
Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd Reviewed-on: https://gerrit.libreoffice.org/73049 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx
index 280e0336f8bb..f3f09b71aa2a 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -50,6 +50,7 @@
#include <cairo.h>
#include <ostream>
#include <config_features.h>
+#include <config_mpl.h>
#include <lib/init.hxx>
@@ -185,10 +186,12 @@ public:
CPPUNIT_TEST(testExtractParameter);
CPPUNIT_TEST(testGetSignatureState_Signed);
CPPUNIT_TEST(testGetSignatureState_NonSigned);
+#if !MPL_HAVE_SUBSET
CPPUNIT_TEST(testInsertCertificate_DER_ODT);
CPPUNIT_TEST(testInsertCertificate_PEM_ODT);
CPPUNIT_TEST(testInsertCertificate_PEM_DOCX);
CPPUNIT_TEST(testSignDocument_PEM_PDF);
+#endif
CPPUNIT_TEST(testTextSelectionHandles);
CPPUNIT_TEST(testDialogPaste);
CPPUNIT_TEST(testShowHideDialog);