- Timestamp:
- 8 Feb 2017, 08:17:02 (8 years ago)
- Location:
- main/waeup.aaue/trunk/src/waeup/aaue/students/reports/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/tests/test_level_report.py
r14506 r14517 36 36 def test_create_pdf(self): 37 37 self.student['studycourse']['100']['Course1'].ca = 0 38 self.app['faculties']['fac1'].officer_1 = 'Rosa Moonshine (Dean of Faculty)' 39 self.app['faculties']['fac1']['dep1'].officer_1 = 'Amalia Sunshine (Head of Department)' 38 40 report = CustomLevelReport('fac1', 'dep1', 'CERT1', 2010, 100) 39 41 result = report.create_pdf('JOB_ID') -
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/tests/test_raw_score_report.py
r14506 r14517 61 61 self.app['faculties']['fac1']['dep1'].certificates[ 62 62 'CERT1'].addCertCourse(self.course, level=100) 63 self.app['faculties']['fac1'].officer_1 = 'Rosa Moonshine (Dean of Faculty)' 64 self.app['faculties']['fac1']['dep1'].officer_1 = 'Amalia Sunshine (Head of Department)' 63 65 studylevel = createObject('waeup.StudentStudyLevel') 64 66 studylevel.level = 200 -
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/tests/test_session_results_presentation.py
r14503 r14517 42 42 def test_create_pdf(self): 43 43 self.certificate.degree = 'BA(FS)' 44 self.app['faculties']['fac1'].officer_1 = 'Rosa Moonshine (Dean of Faculty)' 45 self.app['faculties']['fac1']['dep1'].officer_1 = 'Amalia Sunshine (Head of Department)' 46 self.app['faculties']['fac1']['dep1'].officer_2 = 'Theresa Starbright (External Examiner)' 44 47 report = CustomSessionResultsPresentation('fac1', 'dep1', 'CERT1', 2010, 100) 45 48 result = report.create_pdf('JOB_ID')
Note: See TracChangeset for help on using the changeset viewer.