Ignore:
Timestamp:
19 Apr 2016, 06:42:26 (8 years ago)
Author:
Henrik Bettermann
Message:

Further customizations for taking the ca into consideration and displaying the ca on all forms and slips.

File:
1 edited

Legend:

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

    r13786 r13834  
    8686        # First course has been added automatically.
    8787        # Set score.
    88         studylevel['COURSE1'].score = 55
     88        studylevel['COURSE1'].score = 35
     89        studylevel['COURSE1'].ca = 20
    8990        # GPA is 3.0.
    9091        self.assertEqual(studylevel.gpa_params[0], 3.0)
     
    9394        courseticket.title = u'Any TITLE'
    9495        courseticket.credits = 13
    95         courseticket.score = 66
     96        courseticket.score = 44
     97        courseticket.ca = 22
    9698        courseticket.semester = 1
    9799        courseticket.dcode = u'ANYDCODE'
Note: See TracChangeset for help on using the changeset viewer.