- Timestamp:
- 28 May 2018, 07:16:26 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.fceokene/trunk/src/waeup/fceokene/applicants/tests/test_browser.py
r14499 r15027 210 210 'Application submitted' in self.browser.contents) 211 211 # Create 20 applicants who already selected s0010 212 for i in range(1, 21):212 for i in range(1,11): 213 213 tpuapplicant = createObject(u'waeup.Applicant') 214 214 tpuapplicant.firstname = u'John'
Note: See TracChangeset for help on using the changeset viewer.