Ignore:
Timestamp:
23 Nov 2018, 11:18:45 (6 years ago)
Author:
Henrik Bettermann
Message:

Adjust components to changes made in r15250.

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  
    3737
    3838    def test_release_expired_allocations(self):
    39         config = grok.getSite()['configuration']
     39        self.app['hostels'].allocation_expiration = 7
     40        config = self.app['configuration']
    4041        config.maintmode_enabled_by = u'any_user'
    4142        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
     
    6970        logcontent = open(self.logfile).read()
    7071        self.assertTrue(
    71             'hostels.browser.CustomReleaseExpiredAllocationsPage - hostels - '
     72            'hostels.browser.ReleaseExpiredAllocationsPage - hostels - '
    7273            'released: hall_block_room_bed (B1000000)'
    7374            in logcontent)
Note: See TracChangeset for help on using the changeset viewer.