Ignore:
Timestamp:
12 Mar 2012, 11:19:57 (13 years ago)
Author:
Henrik Bettermann
Message:

Reduce dictionaries in base package. They will be part of the custom package.

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

Legend:

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

    r7811 r7843  
    613613        self.assertEqual(self.browser.headers['Status'], '200 Ok')
    614614        self.assertEqual(self.browser.url, self.studycourse_student_path)
    615         self.assertTrue('Undergraduate Full Time' in self.browser.contents)
     615        self.assertTrue('Undergraduate Full-Time' in self.browser.contents)
    616616        self.browser.getLink("Manage").click()
    617617        self.assertTrue('Manage study course' in self.browser.contents)
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r7841 r7843  
    382382        'B': 'Student with carryover courses',
    383383        'C': 'Student on probation',
    384         'D': 'Withdrawn from the faculty',
    385         'E': 'Student who were previously on probation',
    386         'F': 'Medical case',
    387         'G': 'Absent from examination',
    388         'H': 'Withheld results',
    389         'I': 'Expelled/rusticated/suspended student',
    390         'J': 'Temporary withdrawn from the university',
    391         'K': 'Unregistered student',
    392         'L': 'Referred student',
    393         'M': 'Reinstatement',
    394         'N': 'Student on transfer',
    395         'O': 'NCE-III repeater',
    396         'Y': 'No previous verdict',
    397         'X': 'New 300 level student',
    398         'Z': 'Successful student (provisional)',
    399         'A1': 'First Class',
    400         'A2': 'Second Class Upper',
    401         'A3': 'Second Class Lower',
    402         'A4': 'Third Class',
    403         'A5': 'Pass',
    404         'A6': 'Distinction',
    405         'A7': 'Credit',
    406         'A8': 'Merit',
    407384        }
Note: See TracChangeset for help on using the changeset viewer.