summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-30 17:55:57 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-30 17:56:36 +0100
commitbdde962f918af1c5ffa5799487941f3bd18e2409 (patch)
treec45d52eef27172fa41f9ce50d05f2037cb099c63 /dbaccess
parentc850f000e77eac488347f8fb519e5ffe5afb28cf (diff)
Revert "Disable HSQLDB unit test for now."
This reverts commit d4a41ab30c805e647c30a3cf10d43e7a15e07cba. This test failed once on one windows TB, but seems to run on my local machine. Reenabling to verify whether all TBs fail or if this is limited to one machine. Change-Id: I40c121833eaef091aaa9cc4a80fefb88fde2cc5f
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/Module_dbaccess.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk
index 615c887cd5f8..e9eb146a6ddc 100644
--- a/dbaccess/Module_dbaccess.mk
+++ b/dbaccess/Module_dbaccess.mk
@@ -41,11 +41,11 @@ $(eval $(call gb_Module_add_check_targets,dbaccess,\
CppunitTest_dbaccess_dialog_save \
))
-#ifeq ($(ENABLE_JAVA),TRUE)
-#$(eval $(call gb_Module_add_check_targets,dbaccess,\
-# CppunitTest_dbaccess_hsqldb_test \
-#))
-#endif
+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