Changeset 7114 for main/waeup.sirp/trunk/src/waeup/sirp/students/tests
- Timestamp:
- 15 Nov 2011, 11:13:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/students/tests/test_authentication.py
r6818 r7114 5 5 ## $Id$ 6 6 ## 7 ## Copyright (C) 2011 Uli Fouquet 7 ## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann 8 8 ## This program is free software; you can redistribute it and/or modify 9 9 ## it under the terms of the GNU General Public License as published by … … 173 173 self.assertRaises( 174 174 Unauthorized, 175 self.browser.open, self.student_path + '/ bedit')175 self.browser.open, self.student_path + '/change_password') 176 176 return
Note: See TracChangeset for help on using the changeset viewer.