- Timestamp:
- 6 Feb 2015, 14:14:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/students/reports/tests/test_student_payment_statistics.py
r12562 r12563 34 34 result1, 35 35 ((u'fac1', u'Total'), 36 ['Acceptance Fee', ' ', 'Gown Hire Fee', '',37 'Hostel Maintenance Fee', ' ', 'School Fee', '',38 'Total' , ''],39 ((0, 0, 0, 0, 0, 0, 1, 5 .678, 1, 5.678),40 (0, 0, 0, 0, 0, 0, 1, 5 .678, 1, 5.678)))36 ['Acceptance Fee', 'Gown Hire Fee', 37 'Hostel Maintenance Fee', 'School Fee', 38 'Total'], 39 ((0, 0, 0, 0, 0, 0, 1, 5, 1, 5), 40 (0, 0, 0, 0, 0, 0, 1, 5, 1, 5))) 41 41 ) 42 42 self.assertEqual( 43 43 result2, 44 44 ((u'fac1', u'Total'), 45 ['Acceptance Fee', ' ', 'Gown Hire Fee', '',46 'Hostel Maintenance Fee', ' ', 'School Fee', '',47 'Total' , ''],45 ['Acceptance Fee', 'Gown Hire Fee', 46 'Hostel Maintenance Fee', 'School Fee', 47 'Total'], 48 48 ((0, 0, 0, 0, 0, 0, 0, 0, 0, 0), 49 49 (0, 0, 0, 0, 0, 0, 0, 0, 0, 0)))
Note: See TracChangeset for help on using the changeset viewer.