- Timestamp:
- 15 Aug 2016, 16:55:04 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk/src/waeup/aaue/students/reports/tests/test_raw_score_report.py
r14048 r14076 11 11 from waeup.aaue.students.reports.raw_score_report import ( 12 12 get_students, RawScoreReport, IRawScoreReport, 13 get_courses_ 2as get_courses)13 get_courses_1 as get_courses) 14 14 from waeup.aaue.testing import FunctionalLayer 15 15 … … 49 49 50 50 def test_create_pdf(self): 51 report = RawScoreReport('fac1', 'dep1', 2010, 100)51 report = RawScoreReport('fac1', 'dep1', 2010, 200) 52 52 result = report.create_pdf() 53 53 self.assertTrue(result.startswith('%PDF-'))
Note: See TracChangeset for help on using the changeset viewer.