Mercurial > hg > ltpda
view m-toolbox/test/test_getsinfo.m @ 49:0bcdf74587d1 database-connection-manager
Cleanup
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:24:36 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
% TEST_GETSINFO tests getsinfo of msql class in +utils % % 09-02-2009 A Monsky % $Id: test_getsinfo.m,v 1.1 2009/02/09 10:48:26 anneke Exp $ function test_getsinfo() conn = utils.mysql.connect('130.75.117.67', 'ltpda_test'); sinfo = utils.mysql.getsinfo(200,conn); end