Ignore:
Timestamp:
29 May 2016, 09:27:26 (9 years ago)
Author:
Henrik Bettermann
Message:

Fix level report (remove bug). Lists cannot be rendered. It seems that nobody has created level reports with failed courses so far.

File:
1 edited

Legend:

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

    r13797 r13868  
    863863        self.assertEqual(
    864864            self.student['studycourse']['100'].passed_params,
    865             (1, 1, 13, 10, ['COURSE1']))
     865            (1, 1, 13, 10, 'COURSE1 '))
    866866        self.assertEqual(
    867867            self.student['studycourse']['200'].passed_params,
    868             (0, 0, 0, 0, []))
     868            (0, 0, 0, 0, ''))
    869869        # And also cumulative params can be calculated. Meanwhile we have the
    870870        # following courses: COURSE1 and COURSE2 in level 100 and
Note: See TracChangeset for help on using the changeset viewer.