Ignore:
Timestamp:
26 Oct 2012, 17:17:10 (12 years ago)
Author:
Henrik Bettermann
Message:

Fix docstrings.

In my old ZODB which I used for testing there were orphaned catalog entries. I don't know why. The tests show clearly that the catalog is updated whenever a hostel is removed or cleared. However, to be 100% that nothing goes wrong I added some extra safety belts.

File:
1 edited

Legend:

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

    r9423 r9424  
    20532053        self.browser.getControl(name="form.p_category").value = ['hostel_maintenance']
    20542054        self.browser.getControl("Create ticket").click()
    2055         self.assertMatches('...You have not yet booked a bed...',
     2055        self.assertMatches('...You have not yet booked accommodation...',
    20562056                           self.browser.contents)
    20572057        # We continue this test in test_student_accommodation
Note: See TracChangeset for help on using the changeset viewer.