Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
58a5f8da
Kaydet (Commit)
58a5f8da
authored
Ock 24, 2019
tarafından
Andras Timar
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
disable a few failing unit tests in MPLv2 subset
Change-Id: If7595983f7bf2d990687a64659a63a8a66b120bd
üst
c7c3b310
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
test_desktop_lib.cxx
desktop/qa/desktop_lib/test_desktop_lib.cxx
+3
-0
Module_postprocess.mk
postprocess/Module_postprocess.mk
+4
-0
No files found.
desktop/qa/desktop_lib/test_desktop_lib.cxx
Dosyayı görüntüle @
58a5f8da
...
@@ -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
();
...
...
postprocess/Module_postprocess.mk
Dosyayı görüntüle @
58a5f8da
...
@@ -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:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment