Ignore:
Timestamp:
7 Nov 2012, 08:34:39 (12 years ago)
Author:
Henrik Bettermann
Message:

Do the test right.

File:
1 edited

Legend:

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

    r9565 r9566  
    14511451        # Now the student has registered the course and can
    14521452        # be seen by the lecturer.
    1453         self.assertFalse(self.student_id in self.browser.contents)
     1453        self.browser.open("http://localhost/app/faculties/fac1/dep1/courses/COURSE1/showcoursestudents")
     1454        self.assertTrue(self.student_id in self.browser.contents)
    14541455        # XXX: So far the lecturer can neither access ths student ...
    14551456        self.assertRaises(
Note: See TracChangeset for help on using the changeset viewer.