Ignore:
Timestamp:
24 Jan 2019, 14:33:37 (6 years ago)
Author:
Henrik Bettermann
Message:

Deactivate Interswitch tests. FCEOkene does no longer use this service.

File:
1 edited

Legend:

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

    r15271 r15303  
    8282#            '&url=http://xyz') % (resp, apprAmt)
    8383
    84     def test_interswitch_form(self):
     84    def deactivated_test_interswitch_form(self):
    8585
    8686        self.assertEqual(self.student['payments'][self.value].provider_amt, 0.0)
     
    241241        self.assertFalse("BT Education" in self.browser.contents)
    242242
    243     def test_interswitch_form_ticket_expired(self):
     243    def deactivated_test_interswitch_form_ticket_expired(self):
    244244        # Manager can access InterswitchForm
    245245        self.browser.getLink("CollegePAY", index=0).click()
     
    374374        self.browser.getControl("Save").click()
    375375
    376     def test_interswitch_form(self):
     376    def deactivated_test_interswitch_form(self):
    377377        self.browser.getControl("Add online").click()
    378378        self.assertMatches('...ticket created...',
Note: See TracChangeset for help on using the changeset viewer.