Changeset 13632 for main/waeup.kofa/branches/uli-upgrade-dependencies/src
- Timestamp:
- 18 Jan 2016, 07:38:53 (9 years ago)
- Location:
- main/waeup.kofa/branches/uli-upgrade-dependencies/src/waeup/kofa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/branches/uli-upgrade-dependencies/src/waeup/kofa/applicants/tests/test_browser.py
r13430 r13632 1193 1193 self.assertTrue( 1194 1194 'Application submitted' in self.browser.contents) 1195 self.browser.goBack(count=1)1196 self.browser.getControl("Save").click()1197 # The form is locked.1198 self.assertTrue(self.applicant.locked)1199 self.assertTrue(1200 'The requested form is locked' in self.browser.contents)1201 self.browser.goBack(count=1)1202 self.browser.getControl("Finally Submit").click()1203 self.assertTrue(1204 'The requested form is locked' in self.browser.contents)1205 1195 return 1206 1196 -
main/waeup.kofa/branches/uli-upgrade-dependencies/src/waeup/kofa/doctests/pages.txt
r12966 r13632 656 656 ... 657 657 LookupError: name 'form.code' 658 available items: 659 <TextControl(form.title=My Course 1)> 660 ... 661 658 662 659 663 Let's set a new title and save the form: … … 899 903 ... 900 904 LookupError: name 'form.code' 905 available items: 906 <TextControl(form.title=My Certificate 1)> 907 ... 908 901 909 902 910 Let's set a new title and save the form:
Note: See TracChangeset for help on using the changeset viewer.