Changeset 8119 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 12 Apr 2012, 06:54:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r8118 r8119 112 112 self.personal_path = self.student_path + '/view_personal' 113 113 self.edit_clearance_path = self.student_path + '/cedit' 114 self.manage_clearance_path = self.student_path + '/ edit_clearance'114 self.manage_clearance_path = self.student_path + '/manage_clearance' 115 115 self.edit_personal_path = self.student_path + '/edit_personal' 116 116 self.studycourse_path = self.student_path + '/studycourse' … … 1179 1179 self.browser.getLink("View").click() 1180 1180 self.browser.getLink("Download clearance slip").click() 1181 print self.browser.contents1182 1181 self.assertEqual(self.browser.headers['Status'], '200 Ok') 1183 1182 self.assertEqual(self.browser.headers['Content-Type'], 'application/pdf') 1184 1183 # Students can request clearance 1184 self.browser.open(self.edit_clearance_path) 1185 1185 self.browser.getControl("Save and request clearance").click() 1186 1186 self.browser.getControl(name="ac_series").value = self.existing_clrseries
Note: See TracChangeset for help on using the changeset viewer.