Changeset 6824 for main/waeup.sirp/trunk/src/waeup/sirp/browser
- Timestamp:
- 28 Sep 2011, 17:08:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/batchprocessing.txt
r6823 r6824 95 95 ['Applicants Container Importer', 96 96 'Student Importer', 97 'StudentStudyCourse Importer', 97 98 'CertificateCourse Importer', 98 99 'Certificate Importer', … … 254 255 255 256 >>> importerselect = browser.getControl(name='importer') 256 >>> importerselect.getControl('Course Importer', index= 1).selected = True257 >>> importerselect.getControl('Course Importer', index=2).selected = True 257 258 >>> modeselect = browser.getControl(name='mode') 258 259 >>> modeselect.getControl(value='create').selected = True … … 484 485 >>> pending_file = dc_path + '/newfaculties_zope.mgr.create.pending.csv' 485 486 >>> print open(pending_file).read() 486 title_prefix, --IGNORE--,code,title,--ERRORS--487 title_prefix,code,title,--ERRORS-- 487 488 faculty,FAC1,Faculty 1,This object already exists in the same container. Skipping. 488 489 489 490 >>> finished_file = dc_path + '/finished/newfaculties_zope.mgr.create.finished.csv' 490 491 >>> print open(finished_file).read() 491 title_prefix, --IGNORE--,code,title492 title_prefix,code,title 492 493 school,FAC4,Faculty 4 493 494
Note: See TracChangeset for help on using the changeset viewer.