Changeset 7270 for main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests
- Timestamp:
- 4 Dec 2011, 17:50:45 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/sample_applicant_data.csv
r7263 r7270 1 container_code,reg_n o,firstname,lastname,date_of_birth,email,course11 container_code,reg_number,firstname,lastname,date_of_birth,email,course1 2 2 dp2011,1001,Aaren,Pieri,1990-01-02,xx@yy.zz,CERT1 3 3 dp2011,1002,Aaren,Finau,1990-01-03,xx@yy.zz,CERT1 -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/sample_applicant_data_update.csv
r7263 r7270 1 container_code,reg_n o,firstname1 container_code,reg_number,firstname 2 2 dp2011,1001,Aaren 3 3 dp2011,1002,Alfons -
main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py
r7263 r7270 118 118 # Add an applicant 119 119 self.applicant = Applicant() 120 # reg_n ois the only field which has to be preset here120 # reg_number is the only field which has to be preset here 121 121 # because managers are allowed to edit this required field 122 self.applicant.reg_n o= u'1234'122 self.applicant.reg_number = u'1234' 123 123 app['applicants']['app2009'].addApplicant(self.applicant) 124 124 IUserAccount(
Note: See TracChangeset for help on using the changeset viewer.