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