Ignore:
Timestamp:
29 Oct 2012, 21:09:42 (12 years ago)
Author:
Henrik Bettermann
Message:

New bank details and bank account assignment.

File:
1 edited

Legend:

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

    r9453 r9460  
    8686        self.assertMatches('...Total Amount Authorized:...',
    8787                           self.browser.contents)
     88        self.assertEqual(self.student.current_mode, 'ug_ft')
    8889        self.assertMatches(
    8990            '...<input type="hidden" name="amount" value="4000000.0" />...',
    9091            self.browser.contents)
    9192        self.assertMatches(
    92             '...item_name="School Fee" item_amt="3835000" bank_id="00" acct_num="000000000000"...',
     93            '...item_name="School Fee" item_amt="3835000" bank_id="8" acct_num="2017506430"...',
    9394            self.browser.contents)
    9495        self.assertMatches(
     
    115116            self.browser.contents)
    116117        self.assertMatches(
    117             '...item_name="School Fee" item_amt="1835000" bank_id="00" acct_num="000000000000"...',
     118            '...item_name="School Fee" item_amt="1835000" bank_id="16" acct_num="0122009929"...',
    118119            self.browser.contents)
    119120        self.assertMatches(
Note: See TracChangeset for help on using the changeset viewer.