Mercurial > hg > ltpda
annotate m-toolbox/test/test_getsinfo.m @ 45:a59cdb8aaf31 database-connection-manager
Merge
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Tue, 06 Dec 2011 19:07:22 +0100 |
parents | f0afece42f48 |
children |
rev | line source |
---|---|
0 | 1 % TEST_GETSINFO tests getsinfo of msql class in +utils |
2 % | |
3 % 09-02-2009 A Monsky | |
4 % $Id: test_getsinfo.m,v 1.1 2009/02/09 10:48:26 anneke Exp $ | |
5 function test_getsinfo() | |
6 conn = utils.mysql.connect('130.75.117.67', 'ltpda_test'); | |
7 sinfo = utils.mysql.getsinfo(200,conn); | |
8 | |
9 end |