Ignore:
Timestamp:
17 Nov 2017, 16:12:06 (7 years ago)
Author:
Henrik Bettermann
Message:

Add ´is_student´ property attribute to student objects.

File:
1 edited

Legend:

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

    r14898 r14902  
    224224        cert = createObject('waeup.Certificate')
    225225        cert.code = u'xyz'
    226         self.app['faculties']['JUPEB'] = Faculty(code=u'JUPEB')
    227         self.app['faculties']['JUPEB']['dep1'] = Department(code=u'dep1')
    228         self.app['faculties']['JUPEB']['dep1'].certificates.addCertificate(cert)
     226        self.app['faculties']['JUPEB123'] = Faculty(code=u'JUPEB123')
     227        self.app['faculties']['JUPEB123']['dep1'] = Department(code=u'dep1')
     228        self.app['faculties']['JUPEB123']['dep1'].certificates.addCertificate(cert)
    229229        self.student['studycourse'].certificate = cert
    230230        self.browser.open(self.student_path)
Note: See TracChangeset for help on using the changeset viewer.