Silence some (irrelevant) exceptions in firebird unit test.

Change-Id: I0639b2c69f5f111e37e5566bf4cbea6719de8789
This commit is contained in:
Andrzej J.R. Hunt
2013-09-13 09:47:55 +01:00
parent ac14ac29a4
commit 1301f29e10

View File

@@ -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 \
))