libreoffice/libreoffice-5.1.1.3-disable-test-hsqldb.patch

17 lines
695 B
Diff
Raw Normal View History

diff -urN libreoffice-5.1.1.3/dbaccess/Module_dbaccess.mk libreoffice-5.1.1.3-patched/dbaccess/Module_dbaccess.mk
--- libreoffice-5.1.1.3/dbaccess/Module_dbaccess.mk 2016-03-01 09:20:43.000000000 +1000
+++ libreoffice-5.1.1.3-patched/dbaccess/Module_dbaccess.mk 2016-04-03 02:25:16.465949490 +1000
@@ -49,12 +49,6 @@
CppunitTest_dbaccess_RowSetClones) \
))
-ifeq ($(ENABLE_JAVA),TRUE)
-$(eval $(call gb_Module_add_check_targets,dbaccess,\
- CppunitTest_dbaccess_hsqldb_test \
-))
-endif
-
# This runs a suite of peformance tests on embedded firebird and HSQLDB.
# Instructions on running the test can be found in qa/unit/embeddedb_performancetest
ifeq ($(ENABLE_FIREBIRD_SDBC),TRUE)