diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-09-27 21:05:21 +0100 |
---|---|---|
committer | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-09-27 21:05:21 +0100 |
commit | d4a41ab30c805e647c30a3cf10d43e7a15e07cba (patch) | |
tree | 3c296866846fd7fea7dfc54fc03d307c0a00b03e /dbaccess | |
parent | 981b73c98576ea297cf8244c1cbe1ece783e5ca9 (diff) |
Disable HSQLDB unit test for now.
Will require some debugging to make work on Windows.
Change-Id: I264e6cdb93c5b9ea89f2a80b332df4e9c879f1d1
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Module_dbaccess.mk | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dbaccess/Module_dbaccess.mk b/dbaccess/Module_dbaccess.mk index e9eb146a6ddc..615c887cd5f8 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 |