Ignore:
Timestamp:
10 Jan 2017, 18:33:30 (8 years ago)
Author:
Henrik Bettermann
Message:

Exchange level and session on report slips.

Use sting formatting for displaying GPA values.

File:
1 edited

Legend:

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

    r14373 r14382  
    4141        result = get_students('fac1', 'dep1', 2010, 100)
    4242        self.assertEqual(result,
    43             [(u'1234', u'Bob Tester', 90, 30, 0, 1.667, 'm_Course2_m Course3',
    44               90, 30, 1.667, '')])
     43            [(u'1234', u'Bob Tester', 90, 30, 0, '1.66',
     44            'm_Course2_m Course3', 90, 30, '1.666', '')])
    4545        return
    4646
Note: See TracChangeset for help on using the changeset viewer.