- Timestamp:
- 21 Nov 2018, 08:06:54 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk/src/waeup/uniben/hostels/tests.py
r13550 r15249 53 53 self.browser.open(self.container_path + '/releaseexpired') 54 54 self.assertTrue('No bed released' in self.browser.contents) 55 delta = timedelta(days= 5) # 4days expiration time span in Uniben55 delta = timedelta(days=8) # 7 days expiration time span in Uniben 56 56 bedticket.booking_date = datetime.utcnow() - delta 57 57 self.browser.open(self.container_path + '/releaseexpired')
Note: See TracChangeset for help on using the changeset viewer.