Ignore:
Timestamp:
13 Jan 2017, 11:34:53 (8 years ago)
Author:
Henrik Bettermann
Message:

List codes of course w/o result.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_browser.py

    r14382 r14392  
    895895        self.assertEqual(
    896896            self.student['studycourse']['100'].passed_params,
    897             (1, 1, 13, 10, 'COURSE1 ', 0))
     897            (1, 1, 13, 10, 'COURSE1 ', ''))
    898898        self.assertEqual(
    899899            self.student['studycourse']['200'].passed_params,
    900             (0, 0, 0, 0, '', 1))
     900            (0, 0, 0, 0, '', 'COURSE1 '))
    901901        # And also cumulative params can be calculated. Meanwhile we have the
    902902        # following courses: COURSE1 and COURSE2 in level 100 and
Note: See TracChangeset for help on using the changeset viewer.