Ignore:
Timestamp:
14 Sep 2020, 06:39:52 (4 years ago)
Author:
Henrik Bettermann
Message:

There are no history.messages in tests.

File:
1 edited

Legend:

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

    r14643 r16236  
    5252            'fac1', 'dep1', 'CERT1', 2010, 100, course_codes)
    5353        self.assertEqual(result,
    54             [(u'1234', u'Bob Tester', {'Course1': (70, 'A')})])
     54            [(u'1234', u'Bob Tester', {'Course1': (70, 'A', 30)})])
    5555        self.student['studycourse']['100']['Course1'].score = None
    5656        result = rsr._get_students(
    5757            'fac1', 'dep1', 'CERT1', 2010, 100, course_codes)
    5858        self.assertEqual(result,
    59             [(u'1234', u'Bob Tester', {'Course1': ('Nil', '')})])
     59            [(u'1234', u'Bob Tester', {'Course1': ('Nil', '', '')})])
    6060        return
    6161
Note: See TracChangeset for help on using the changeset viewer.