Mercurial > hg > ltpda
diff testing/utp_1.1/utp_fcns/utpGetDatabase.m @ 51:9d5c88356247 database-connection-manager
Make unit tests database connection parameters configurable
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:24:37 +0100 |
parents | 409a22968d5e |
children |
line wrap: on
line diff
--- a/testing/utp_1.1/utp_fcns/utpGetDatabase.m Wed Dec 07 17:24:37 2011 +0100 +++ b/testing/utp_1.1/utp_fcns/utpGetDatabase.m Wed Dec 07 17:24:37 2011 +0100 @@ -12,7 +12,6 @@ function database = utpGetDatabase() -% database = 'an other db name'; - database = 'ltpda_test'; + database = getappdata(0, 'LTPDAUtpRepositoryDatabase'); end