Ignore:
Timestamp:
9 Mar 2017, 17:10:29 (8 years ago)
Author:
Henrik Bettermann
Message:

Repeaters can register less credits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.fceokene/trunk/src/waeup/fceokene/students/tests/test_utils.py

    r14617 r14618  
    88from waeup.fceokene.testing import FunctionalLayer
    99
    10 class BedAllocationTests(StudentsFullSetup):
     10class StudentsUtilsTests(StudentsFullSetup):
    1111
    1212    layer = FunctionalLayer
     
    5858        studylevel = grok.Container()
    5959        studylevel.total_credits = 45
     60        studylevel.__parent__ = self.student['studycourse']
    6061        course = grok.Model()
    6162        course.credits = 7
Note: See TracChangeset for help on using the changeset viewer.