Mercurial > hg > ltpda
comparison testing/utp_1.1/utps/ao/utp_ao_update.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 |
comparison
equal
deleted
inserted
replaced
49:0bcdf74587d1 | 50:7d2e2e065cf1 |
---|---|
32 y = exp(x.^.5/2); | 32 y = exp(x.^.5/2); |
33 obj = ao(x,y, plist('type', 'xydata')); | 33 obj = ao(x,y, plist('type', 'xydata')); |
34 obj.setName(); | 34 obj.setName(); |
35 | 35 |
36 plForAutoTest = plist('no dialog', true, 'use selector', false); | 36 plForAutoTest = plist('no dialog', true, 'use selector', false); |
37 | |
37 connPl = utpGetConnectionPlist(); | 38 connPl = utpGetConnectionPlist(); |
38 rm = LTPDARepositoryManager(); | 39 conn = utpGetConnection(); |
39 conn = rm.getConnection(connPl); | |
40 | 40 |
41 try | 41 try |
42 | 42 |
43 experiment_title = 'utp_ao_update: update ao'; | 43 experiment_title = 'utp_ao_update: update ao'; |
44 experiment_description = 'utp_ao_update: description'; | 44 experiment_description = 'utp_ao_update: description'; |