Ignore:
Timestamp:
7 Nov 2015, 05:24:45 (9 years ago)
Author:
Henrik Bettermann
Message:

Change fee titles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/interswitch/tests.py

    r13400 r13402  
    139139            in self.browser.contents)
    140140        self.assertTrue(
    141             'item_name="School Fee plus Student Union Dues and Welfare Ass." '
     141            'item_name="School Fee plus Students\' Union and Welfare Assurance Fees" '
    142142            'item_amt="4600000" bank_id="7" '
    143143            'acct_num="1014847058"' in self.browser.contents)
     
    213213            in self.browser.contents)
    214214        self.assertTrue(
    215             'item_name="Acceptance Fee plus Matric Gown Fee and Lapel Fee" '
     215            'item_name="Acceptance Fee plus Matric Gown and Lapel/File Fees" '
    216216            'item_amt="4000000" bank_id="117" '
    217217            'acct_num="1014066976"' in self.browser.contents)
     
    274274            in self.browser.contents)
    275275        self.assertTrue(
    276             'item_name="AAU Student Welfare Assurance Fee" item_amt="131700" '
     276            'item_name="Student Welfare Assurance Fee" item_amt="131700" '
    277277            'bank_id="123" acct_num="1006407792"'
    278278            in self.browser.contents)
Note: See TracChangeset for help on using the changeset viewer.