Ignore:
Timestamp:
6 Feb 2015, 14:14:00 (10 years ago)
Author:
Henrik Bettermann
Message:

Beatify table.

File:
1 edited

Legend:

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

    r12562 r12563  
    3434            result1,
    3535            ((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)))
    4141            )
    4242        self.assertEqual(
    4343            result2,
    4444            ((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'],
    4848              ((0, 0, 0, 0, 0, 0, 0, 0, 0, 0),
    4949              (0, 0, 0, 0, 0, 0, 0, 0, 0, 0)))
Note: See TracChangeset for help on using the changeset viewer.