Changeset 15143 for main/waeup.kofa/branches/henrik-transcript-workflow/src/waeup/kofa/students/tests
- Timestamp:
- 18 Sep 2018, 10:20:39 (6 years ago)
- Location:
- main/waeup.kofa/branches/henrik-transcript-workflow/src/waeup/kofa/students/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/henrik-transcript-workflow/src/waeup/kofa/students/tests/test_browser.py
r15141 r15143 2146 2146 # Officer can search for students in state 'transcript requested' 2147 2147 self.browser.open(self.container_path) 2148 self.browser.getControl(name="searchtype").value = ['transcript ']2148 self.browser.getControl(name="searchtype").value = ['transcript requested'] 2149 2149 self.browser.getControl("Find student(s)").click() 2150 2150 self.assertTrue('Anna Tester' in self.browser.contents) … … 3628 3628 'officer_comment,perm_address,personal_updated,phone,reg_number,' 3629 3629 'sex,student_id,suspended,suspended_comment,transcript_comment,' 3630 ' password,state,history,certcode,is_postgrad,current_level,'3631 'current_ session\r\n'3630 'transcript_signees,password,state,history,certcode,is_postgrad,' 3631 'current_level,current_session\r\n' 3632 3632 ',,1981-02-04#,aa@aa.ng,,Anna,,Tester,234,,,,,,' 3633 '1234#,123,m,K1000000,0,,, {SSHA}' in self.browser.contents)3633 '1234#,123,m,K1000000,0,,,,{SSHA}' in self.browser.contents) 3634 3634 3635 3635 def test_payment_dates(self): … … 3734 3734 'officer_comment,perm_address,personal_updated,phone,reg_number,' 3735 3735 'sex,student_id,suspended,suspended_comment,transcript_comment,' 3736 ' password,state,history,certcode,is_postgrad,current_level,'3737 'current_ session\r\n'3736 'transcript_signees,password,state,history,certcode,is_postgrad,' 3737 'current_level,current_session\r\n' 3738 3738 ',,1981-02-04#,aa@aa.ng,,Anna,,Tester,234,,,,,,' 3739 '1234#,123,m,K1000000,0,,, {SSHA}' in self.browser.contents)3739 '1234#,123,m,K1000000,0,,,,{SSHA}' in self.browser.contents) 3740 3740 self.assertEqual(len(self.app['datacenter'].running_exports), 1) 3741 3741 job_id = self.app['datacenter'].running_exports[0][0] -
main/waeup.kofa/branches/henrik-transcript-workflow/src/waeup/kofa/students/tests/test_export.py
r15060 r15143 127 127 'my adm code,my clr code,1981-02-04#,anna@sample.com,,' 128 128 'Anna,,Tester,234,M.,NG,,"Studentroad 21\nLagos 123456\n",,' 129 '+234-123-12345#,123,f,A111111,0,,,, created'129 '+234-123-12345#,123,f,A111111,0,,,,,created' 130 130 ) 131 131 … … 160 160 'nationality,officer_comment,perm_address,personal_updated,' 161 161 'phone,reg_number,sex,student_id,suspended,suspended_comment,' 162 'transcript_comment, password,state,history,certcode,is_postgrad,'163 'c urrent_level,current_session\r\n'162 'transcript_comment,transcript_signees,password,state,history,' 163 'certcode,is_postgrad,current_level,current_session\r\n' 164 164 'my adm code,my clr code,' 165 165 '1981-02-04#,anna@sample.com,,Anna,,Tester,234,M.,NG,,' 166 166 '"Studentroad 21\nLagos 123456\n",,+234-123-12345#,123,f,' 167 'A111111,0,,,, created'167 'A111111,0,,,,,created' 168 168 in result 169 169 ) … … 182 182 'nationality,officer_comment,perm_address,personal_updated,' 183 183 'phone,reg_number,sex,student_id,suspended,suspended_comment,' 184 'transcript_comment, password,state,history,certcode,'184 'transcript_comment,transcript_signees,password,state,history,certcode,' 185 185 'is_postgrad,current_level,current_session\r\n' 186 186 'my adm code,my clr code,1981-02-04#,anna@sample.com,,' 187 187 'Anna,,Tester,234,M.,NG,,"Studentroad 21\nLagos 123456\n"' 188 ',,+234-123-12345#,123,f,A111111,0,,,, created'188 ',,+234-123-12345#,123,f,A111111,0,,,,,created' 189 189 in result 190 190 ) … … 202 202 'nationality,officer_comment,perm_address,personal_updated,' 203 203 'phone,reg_number,sex,student_id,suspended,suspended_comment,' 204 'transcript_comment, password,state,history,certcode,'204 'transcript_comment,transcript_signees,password,state,history,certcode,' 205 205 'is_postgrad,current_level,current_session\r\n' 206 206 'my adm code,my clr code,1981-02-04#,anna@sample.com,,' 207 207 'Anna,,Tester,234,M.,NG,,"Studentroad 21\nLagos 123456\n"' 208 ',,+234-123-12345#,123,f,A111111,0,,,, created'208 ',,+234-123-12345#,123,f,A111111,0,,,,,created' 209 209 in result 210 210 )
Note: See TracChangeset for help on using the changeset viewer.