Mercurial > hg > ltpda
view m-toolbox/test/test_collection_history.m @ 52:daf4eab1a51e database-connection-manager tip
Fix. Default password should be [] not an empty string
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 07 Dec 2011 17:29:47 +0100 |
parents | f0afece42f48 |
children |
line wrap: on
line source
mc c = collection a = ao(1) + ao(2) c.addObjects(a); c.addObjects(pzmodel(1,10,100), mfir) type(c) cr = c.rebuild eq(c, cr, 'proctime', 'created', 'UUID', 'methodInvars', 'name') %% c = collection a = ao(1) + ao(2) c.addObjects(plist('objs', a)); c.addObjects(plist('objs', {pzmodel(1,10,100), mfir})) c.addObjects(plist('objs', {mfir, [ao(1) ao(2)]})) type(c) cr = c.rebuild eq(c, cr, 'proctime', 'created', 'UUID', 'methodInvars', 'name')