From 3bb1f0b3a8f71807c221fda22433571f9a0497d2 Mon Sep 17 00:00:00 2001 From: Tamas Bunth Date: Sat, 14 Apr 2018 16:13:02 +0200 Subject: Revert HSQLDB related unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert changes making HSQLDB related unit tests test Firebird migration. They should still test the HSQLDB driver. It reverts part of 159dd28651788a19848eae56693ad06ed947414d Change-Id: If2b9207e95055418bd1dc1dc6e472335de311d1e Reviewed-on: https://gerrit.libreoffice.org/52873 Tested-by: Jenkins Reviewed-by: Tamás Bunth --- dbaccess/CppunitTest_dbaccess_RowSetClones.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dbaccess/CppunitTest_dbaccess_RowSetClones.mk') diff --git a/dbaccess/CppunitTest_dbaccess_RowSetClones.mk b/dbaccess/CppunitTest_dbaccess_RowSetClones.mk index ddf69296cb28..98b23d539a95 100644 --- a/dbaccess/CppunitTest_dbaccess_RowSetClones.mk +++ b/dbaccess/CppunitTest_dbaccess_RowSetClones.mk @@ -67,7 +67,8 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_RowSetClones,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ - connectivity/source/drivers/firebird/firebird_sdbc \ + connectivity/source/drivers/hsqldb/hsqldb \ + connectivity/source/drivers/jdbc/jdbc \ connectivity/source/manager/sdbc2 \ dbaccess/util/dba \ dbaccess/util/dbu \ -- cgit