Changeset 9305


Ignore:
Timestamp:
6 Oct 2012, 17:29:42 (12 years ago)
Author:
Henrik Bettermann
Message:

Remove redundant comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py

    r9304 r9305  
    11611161
    11621162    def test_student_access(self):
    1163         # Students can access their own objects
    1164         # and can perform actions
    11651163        # Student cant login if their password is not set
    11661164        self.student.password = None
     
    11721170            'You entered invalid credentials.' in self.browser.contents)
    11731171        import pdb; pdb.set_trace()
    1174         # We set the password again.
     1172        # We set the password again
    11751173        IUserAccount(
    11761174            self.app['students'][self.student_id]).setPassword('spwd')
Note: See TracChangeset for help on using the changeset viewer.