Mercurial > hg > ltpda
diff testing/utp_1.1/utp_fcns/utpGetConnection.m @ 50:7d2e2e065cf1 database-connection-manager
Update unit tests
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/utpGetConnection.m Wed Dec 07 17:24:36 2011 +0100 +++ b/testing/utp_1.1/utp_fcns/utpGetConnection.m Wed Dec 07 17:24:37 2011 +0100 @@ -12,10 +12,6 @@ function conn = utpGetConnection() -% % MATLAB connection -% conn = utils.mysql.connect(utpGetHostname, utpGetDatabase, utpGetUsername, utpGetPassword); - - % java connection - conn = utils.jmysql.connect(utpGetHostname, utpGetDatabase, utpGetUsername, utpGetPassword); + conn = utils.mysql.connect(utpGetHostname, utpGetDatabase, utpGetUsername, utpGetPassword); end