Ignore:
Timestamp:
5 Jan 2017, 08:36:18 (8 years ago)
Author:
Henrik Bettermann
Message:

Count and display the number of courses registered but not taken.

File:
1 edited

Legend:

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

    r14293 r14368  
    894894        self.assertEqual(
    895895            self.student['studycourse']['100'].passed_params,
    896             (1, 1, 13, 10, 'COURSE1 '))
     896            (1, 1, 13, 10, 'COURSE1 ', 0))
    897897        self.assertEqual(
    898898            self.student['studycourse']['200'].passed_params,
    899             (0, 0, 0, 0, ''))
     899            (0, 0, 0, 0, '', 1))
    900900        # And also cumulative params can be calculated. Meanwhile we have the
    901901        # following courses: COURSE1 and COURSE2 in level 100 and
Note: See TracChangeset for help on using the changeset viewer.