[Libreoffice-commits] core.git: dbaccess/Module_dbaccess.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Oct 26 18:18:47 UTC 2018


 dbaccess/Module_dbaccess.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f0e1f4fd55f76221f51ff8692530a43fa222e3f0
Author:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
AuthorDate: Fri Oct 26 20:01:55 2018 +0200
Commit:     Christian Lohmaier <lohmaier+LibreOffice at googlemail.com>
CommitDate: Fri Oct 26 20:17:35 2018 +0200

    fix build --without-java - CppunitTest_dbaccess_tdf119625 uses hsqldb
    
    introduced with 4d7dd4e1e4e072db8bcfe4d52b8c185187353e74
    
    Change-Id: I118b6185fc01b2234d2a20da76b0e19929f9812a

diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index 74796bcac4e6..e2f481c54d43 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -46,7 +46,6 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
 endif
 $(eval $(call gb_Module_add_check_targets,dbaccess,\
     CppunitTest_dbaccess_firebird_test \
-    CppunitTest_dbaccess_tdf119625 \
 ))
 endif
 
@@ -61,7 +60,8 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
 ifeq ($(ENABLE_JAVA),TRUE)
 $(eval $(call gb_Module_add_check_targets,dbaccess,\
     CppunitTest_dbaccess_hsqldb_test \
-	CppunitTest_dbaccess_RowSetClones \
+    CppunitTest_dbaccess_RowSetClones \
+    CppunitTest_dbaccess_tdf119625 \
 ))
 endif
 


More information about the Libreoffice-commits mailing list