Changeset 14270 for main


Ignore:
Timestamp:
10 Nov 2016, 12:44:20 (8 years ago)
Author:
Henrik Bettermann
Message:

Add AAUE specific notes to reports of base package.

Location:
main/waeup.aaue/trunk/src/waeup/aaue
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/applicants/applicant.py

    r13544 r14270  
    3333
    3434    applicant_student_mapping = NigeriaApplicant.applicant_student_mapping + [
    35         ('fst_sit_fname', 'fst_sit_fname'),
    36         ('fst_sit_no', 'fst_sit_no'),
    37         ('fst_sit_date', 'fst_sit_date'),
    38         ('fst_sit_type', 'fst_sit_type'),
    39         ('fst_sit_results', 'fst_sit_results'),
    40         ('scd_sit_fname', 'scd_sit_fname'),
    41         ('scd_sit_no', 'scd_sit_no'),
    42         ('scd_sit_date', 'scd_sit_date'),
    43         ('scd_sit_type', 'scd_sit_type'),
    44         ('scd_sit_results', 'scd_sit_results'),
    4535        ('alr_fname', 'alr_fname'),
    4636        ('alr_no', 'alr_no'),
    4737        ('alr_date', 'alr_date'),
    4838        ('alr_results', 'alr_results'),
    49         ('hq_type', 'hq_type'),
    50         ('hq_fname', 'hq_fname'),
    51         ('hq_matric_no', 'hq_matric_no'),
    52         ('hq_degree', 'hq_degree'),
    53         ('hq_school', 'hq_school'),
    54         ('hq_session', 'hq_session'),
    55         ('hq_disc', 'hq_disc'),
    5639        #('', ''),
    5740        ]
  • main/waeup.aaue/trunk/src/waeup/aaue/students/reports/tests/test_level_report.py

    r14082 r14270  
    99from waeup.kofa.students.tests.test_browser import StudentsFullSetup
    1010from waeup.kofa.browser.tests.test_pdf import samples_dir
     11
     12from waeup.aaue.students.reports.level_report import CustomLevelReport
    1113
    1214from waeup.aaue.testing import FunctionalLayer
     
    3335    def test_create_pdf(self):
    3436        self.student['studycourse']['100']['Course1'].ca = 0
    35         report = LevelReport('fac1', 'dep1', 2010, 100)
     37        report = CustomLevelReport('fac1', 'dep1', 2010, 100)
    3638        result = report.create_pdf()
    3739        self.assertTrue(result.startswith('%PDF-'))
Note: See TracChangeset for help on using the changeset viewer.