Changeset 10369 for main/waeup.futminna


Ignore:
Timestamp:
23 Jun 2013, 20:15:45 (11 years ago)
Author:
Henrik Bettermann
Message:

Fix tests.

File:
1 edited

Legend:

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

    r10275 r10369  
    8888            self.browser.contents)
    8989        self.assertMatches(
    90             '...item_name="BT Education" item_amt="150000" bank_id="31" acct_num="0026781725"...',
     90            '...item_name="BT Education" item_amt="150000" bank_id="117" acct_num="1010764827"...',
    9191            self.browser.contents)
    9292
     
    296296        self.assertTrue(
    297297            '<item_detail item_id="2" item_name="BT Education" '
    298             'item_amt="50000" bank_id="31" acct_num="0026781725" />'
     298            'item_amt="50000" bank_id="117" acct_num="1010764827" />'
    299299            in self.browser.contents)
Note: See TracChangeset for help on using the changeset viewer.