Mercurial > hg > ltpda
comparison m-toolbox/test/test_getsinfo.m @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
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 |