Changeset 14368 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 5 Jan 2017, 08:36:18 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r14293 r14368 894 894 self.assertEqual( 895 895 self.student['studycourse']['100'].passed_params, 896 (1, 1, 13, 10, 'COURSE1 ' ))896 (1, 1, 13, 10, 'COURSE1 ', 0)) 897 897 self.assertEqual( 898 898 self.student['studycourse']['200'].passed_params, 899 (0, 0, 0, 0, '' ))899 (0, 0, 0, 0, '', 1)) 900 900 # And also cumulative params can be calculated. Meanwhile we have the 901 901 # following courses: COURSE1 and COURSE2 in level 100 and
Note: See TracChangeset for help on using the changeset viewer.