- Timestamp:
- 6 Oct 2012, 17:29:42 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r9304 r9305 1161 1161 1162 1162 def test_student_access(self): 1163 # Students can access their own objects1164 # and can perform actions1165 1163 # Student cant login if their password is not set 1166 1164 self.student.password = None … … 1172 1170 'You entered invalid credentials.' in self.browser.contents) 1173 1171 import pdb; pdb.set_trace() 1174 # We set the password again .1172 # We set the password again 1175 1173 IUserAccount( 1176 1174 self.app['students'][self.student_id]).setPassword('spwd')
Note: See TracChangeset for help on using the changeset viewer.