Mercurial > hg > ltpda
comparison testing/utp_1.1/utps/ao/utp_ao_submit.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 |
---|---|
28 | 28 |
29 [at1,at2,at3,at4,at5,at6,atvec,atmat] = get_test_objects_ao; | 29 [at1,at2,at3,at4,at5,at6,atvec,atmat] = get_test_objects_ao; |
30 plForAutoTest = plist('no dialog', true, 'use selector', false); | 30 plForAutoTest = plist('no dialog', true, 'use selector', false); |
31 | 31 |
32 connPl = utpGetConnectionPlist(); | 32 connPl = utpGetConnectionPlist(); |
33 rm = LTPDARepositoryManager(); | 33 conn = utpGetConnection(); |
34 conn = rm.getConnection(connPl); | |
35 try | 34 try |
36 | 35 |
37 experiment_title = 'utp_ao_submit: submit ao'; | 36 experiment_title = 'utp_ao_submit: submit ao'; |
38 experiment_description = 'utp_ao_submit: description'; | 37 experiment_description = 'utp_ao_submit: description'; |
39 analysis_description = '<utp_ao_submit>'; | 38 analysis_description = '<utp_ao_submit>'; |