Changeset 13345 for main/waeup.kofa/trunk/src/waeup/kofa/students
- Timestamp:
- 24 Oct 2015, 21:54:37 (9 years ago)
- Location:
- main/waeup.kofa/trunk/src/waeup/kofa/students
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py
r13316 r13345 246 246 email = schema.ASCIILine( 247 247 title = _(u'Email'), 248 required = True,248 required = False, 249 249 constraint=validate_email, 250 250 ) -
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r13344 r13345 2412 2412 self.student.phone = None 2413 2413 # Uups, we forgot to fill the phone fields 2414 # (email is already required in the interface, but phone not)2415 2414 self.browser.getControl("Start clearance").click() 2416 2415 self.assertMatches('...Not all required fields filled...',
Note: See TracChangeset for help on using the changeset viewer.