Changeset 15251 for main/waeup.uniben/trunk/src/waeup/uniben/hostels
- Timestamp:
- 23 Nov 2018, 11:18:45 (6 years ago)
- Location:
- main/waeup.uniben/trunk/src/waeup/uniben/hostels
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/hostels/tests.py
r15249 r15251 37 37 38 38 def test_release_expired_allocations(self): 39 config = grok.getSite()['configuration'] 39 self.app['hostels'].allocation_expiration = 7 40 config = self.app['configuration'] 40 41 config.maintmode_enabled_by = u'any_user' 41 42 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw') … … 69 70 logcontent = open(self.logfile).read() 70 71 self.assertTrue( 71 'hostels.browser. CustomReleaseExpiredAllocationsPage - hostels - '72 'hostels.browser.ReleaseExpiredAllocationsPage - hostels - ' 72 73 'released: hall_block_room_bed (B1000000)' 73 74 in logcontent)
Note: See TracChangeset for help on using the changeset viewer.