Changeset 17560 for main/waeup.aaue/trunk
- Timestamp:
- 27 Aug 2023, 08:25:23 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/tests/test_browser.py
r17551 r17560 1210 1210 # All beds can be assigned 1211 1211 bed1 = self.app['hostels']['hall-1']['hall-1_A_101_A'] 1212 bed1.bed_type = u'regular_male_ fr'1212 bed1.bed_type = u'regular_male_all' 1213 1213 bed2 = self.app['hostels']['hall-1']['hall-1_A_101_B'] 1214 1214 bed2.bed_type = u'regular_female_all' … … 1255 1255 # one bed for this student, we know that 1256 1256 self.assertEqual(self.student['accommodation']['2004'].bed_coordinates, 1257 'Hall 1, Block A, Room 101, Bed A (regular_male_ fr)')1257 'Hall 1, Block A, Room 101, Bed A (regular_male_all)') 1258 1258 # Only the hall name is displayed 1259 1259 self.assertEqual(self.student[
Note: See TracChangeset for help on using the changeset viewer.