Changeset 6935 for main/waeup.sirp/trunk/src/waeup/sirp/students
- Timestamp:
- 24 Oct 2011, 10:20:40 (13 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/students
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/browser_templates/enterpin.pt
r6769 r6935 5 5 <tbody> 6 6 <tr><td> 7 <label for="ac_series">Ac cessCode:</label>7 <label for="ac_series">Activation Code:</label> 8 8 </td><td> 9 9 <span tal:replace="view/ac_prefix">PIN Prefix</span> - -
main/waeup.sirp/trunk/src/waeup/sirp/students/interfaces.py
r6915 r6935 127 127 128 128 adm_code = schema.TextLine( 129 title = u'PWD Ac cessCode',129 title = u'PWD Activation Code', 130 130 default = u'', 131 131 required = False, … … 156 156 157 157 clr_code = schema.TextLine( 158 title = u'CLR Ac cessCode',158 title = u'CLR Activation Code', 159 159 default = u'', 160 160 required = False, -
main/waeup.sirp/trunk/src/waeup/sirp/students/tests/test_browser.py
r6932 r6935 580 580 self.browser.getControl(name="ac_number").value = '4444444' 581 581 self.browser.getControl("Start clearance now").click() 582 self.assertMatches('...Ac cesscode is invalid...',582 self.assertMatches('...Activation code is invalid...', 583 583 self.browser.contents) 584 584 self.browser.getControl(name="ac_series").value = self.existing_clrseries
Note: See TracChangeset for help on using the changeset viewer.