Changeset 6821 for main/waeup.sirp/trunk/src/waeup/sirp/browser
- Timestamp:
- 27 Sep 2011, 08:36:16 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/batchprocessing.txt
r6754 r6821 94 94 >>> importerselect.displayOptions 95 95 ['Applicants Container Importer', 96 'CertificateCourse importer', 97 'Certificate importer', 98 'Course importer', 99 'Department importer', 100 'Faculty importer'] 101 102 >>> importerselect.getControl('Faculty importer').selected = True 96 'Student Importer', 97 'CertificateCourse Importer', 98 'Certificate Importer', 99 'Course Importer', 100 'Department Importer', 101 'Faculty Importer'] 102 103 >>> importerselect.getControl('Faculty Importer').selected = True 103 104 104 105 >>> modeselect = browser.getControl(name='mode') … … 188 189 189 190 >>> importerselect = browser.getControl(name='importer') 190 >>> importerselect.getControl('Department importer').selected = True191 >>> importerselect.getControl('Department Importer').selected = True 191 192 >>> modeselect = browser.getControl(name='mode') 192 193 >>> modeselect.getControl(value='create').selected = True … … 253 254 254 255 >>> importerselect = browser.getControl(name='importer') 255 >>> importerselect.getControl('Course importer', index=1).selected = True256 >>> importerselect.getControl('Course Importer', index=1).selected = True 256 257 >>> modeselect = browser.getControl(name='mode') 257 258 >>> modeselect.getControl(value='create').selected = True … … 319 320 320 321 >>> importerselect = browser.getControl(name='importer') 321 >>> importerselect.getControl('Certificate importer').selected = True322 >>> importerselect.getControl('Certificate Importer').selected = True 322 323 >>> modeselect = browser.getControl(name='mode') 323 324 >>> modeselect.getControl(value='create').selected = True … … 384 385 385 386 >>> importerselect = browser.getControl(name='importer') 386 >>> importerselect.getControl('CertificateCourse importer').selected = True387 >>> importerselect.getControl('CertificateCourse Importer').selected = True 387 388 >>> modeselect = browser.getControl(name='mode') 388 389 >>> modeselect.getControl(value='create').selected = True … … 457 458 458 459 >>> importerselect = browser.getControl(name='importer') 459 >>> importerselect.getControl('Faculty importer').selected = True460 >>> importerselect.getControl('Faculty Importer').selected = True 460 461 >>> modeselect = browser.getControl(name='mode') 461 462 >>> modeselect.getControl(value='create').selected = True … … 519 520 520 521 >>> importerselect = browser.getControl(name='importer') 521 >>> importerselect.getControl('Faculty importer').selected = True522 >>> importerselect.getControl('Faculty Importer').selected = True 522 523 >>> modeselect = browser.getControl(name='mode') 523 524 >>> modeselect.getControl(value='create').selected = True
Note: See TracChangeset for help on using the changeset viewer.