Changeset 13868 for main/waeup.kofa/trunk/src/waeup/kofa/students/tests
- Timestamp:
- 29 May 2016, 09:27:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py
r13797 r13868 863 863 self.assertEqual( 864 864 self.student['studycourse']['100'].passed_params, 865 (1, 1, 13, 10, ['COURSE1']))865 (1, 1, 13, 10, 'COURSE1 ')) 866 866 self.assertEqual( 867 867 self.student['studycourse']['200'].passed_params, 868 (0, 0, 0, 0, []))868 (0, 0, 0, 0, '')) 869 869 # And also cumulative params can be calculated. Meanwhile we have the 870 870 # following courses: COURSE1 and COURSE2 in level 100 and
Note: See TracChangeset for help on using the changeset viewer.