Ignore:
Timestamp:
5 Oct 2021, 10:30:09 (3 years ago)
Author:
Henrik Bettermann
Message:

OutstandingCoursesExporter: Remove passed courses from outstanding courses lists.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/students/tests
Files:
2 edited

Legend:

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

    r16609 r16662  
    10621062        self.assertEqual(
    10631063            self.student['studycourse']['100'].passed_params,
    1064             (1, 1, 13, 10, 'COURSE1 ', ''))
     1064            (1, 1, 13, 10, 'COURSE1 ', '', 'ANYCODE '))
    10651065        self.assertEqual(
    10661066            self.student['studycourse']['200'].passed_params,
    1067             (0, 0, 0, 0, '', 'COURSE1 '))
     1067            (0, 0, 0, 0, '', 'COURSE1 ', ''))
    10681068        # And also cumulative params can be calculated. Meanwhile we have the
    10691069        # following courses: COURSE1 and COURSE2 in level 100 and
  • main/waeup.kofa/trunk/src/waeup/kofa/students/tests/test_export.py

    r16333 r16662  
    890890            result,
    891891            'student_id,matric_number,certcode,display_fullname,missed,failed,nottaken\r\n'
    892             'A111111,234,CERT1,Anna M. Tester,C2_400 ,C3 ,C1 CRS1 \r\n'
     892            'A111111,234,CERT1,Anna M. Tester,C2_400,C3,C1 CRS1\r\n'
    893893            )
    894894        return
Note: See TracChangeset for help on using the changeset viewer.