summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-13 09:47:55 +0100
committerAndrzej J.R. Hunt <andrzej@ahunt.org>2013-09-27 18:09:17 +0100
commit1301f29e108fa5ba1e59c7c1fedf907a75756d15 (patch)
treed4bb2e4843ca09365dad18ff28f9617a830f8cfd /dbaccess
parentac14ac29a4d069b3e85032237efed2f899a10c7b (diff)
Silence some (irrelevant) exceptions in firebird unit test.
Change-Id: I0639b2c69f5f111e37e5566bf4cbea6719de8789
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/CppunitTest_dbaccess_firebird_test.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/CppunitTest_dbaccess_firebird_test.mk b/dbaccess/CppunitTest_dbaccess_firebird_test.mk
index 4237e0d65b6a..9d4173cc0410 100644
--- a/dbaccess/CppunitTest_dbaccess_firebird_test.mk
+++ b/dbaccess/CppunitTest_dbaccess_firebird_test.mk
@@ -37,6 +37,7 @@ $(eval $(call gb_CppunitTest_use_api,dbaccess_firebird_test,\
$(eval $(call gb_CppunitTest_use_ure,dbaccess_firebird_test))
$(eval $(call gb_CppunitTest_use_components,dbaccess_firebird_test,\
+ basic/util/sb \
comphelper/util/comphelp \
configmgr/source/configmgr \
connectivity/source/drivers/firebird/firebird_sdbc \
@@ -58,6 +59,7 @@ $(eval $(call gb_CppunitTest_use_components,dbaccess_firebird_test,\
toolkit/util/tk \
ucb/source/core/ucb1 \
ucb/source/ucp/file/ucpfile1 \
+ unotools/util/utl \
xmloff/util/xo \
))