Changeset 7895


Ignore:
Timestamp:
16 Mar 2012, 07:30:59 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove trash.

Location:
main/waeup.custom/trunk/src/waeup/custom/students/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/students/tests/test_browser.py

    r7893 r7895  
    2727from waeup.custom.students.batching import StudentProcessor
    2828from waeup.custom.testing import FunctionalLayer
    29 from waeup.custom.configuration import SessionConfiguration
    3029
    3130STUDENT_SAMPLE_DATA = open(
     
    9493
    9594    layer = FunctionalLayer
    96 
    97     def callback_url(self, payment_url, resp, apprAmt):
    98         return payment_url + (
    99             '/callback?echo=' +
    100             '&resp=%s' +
    101             '&desc=Something went wrong' +
    102             '&txnRef=p1331792385335' +
    103             '&payRef=' + '&retRef=' +
    104             '&cardNum=0' +
    105             '&apprAmt=%s' +
    106             '&url=http://xyz') % (resp, apprAmt)
    10795
    10896    def test_manage_payments(self):
  • main/waeup.custom/trunk/src/waeup/custom/students/tests/test_interswitch.py

    r7894 r7895  
    1616## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
    1717##
    18 import os
    19 import shutil
    20 import tempfile
    2118from hurry.workflow.interfaces import IWorkflowState
    22 from zope.component.hooks import setSite, clearSite
    23 from waeup.kofa.app import University
    2419from waeup.kofa.students.tests.test_browser import StudentsFullSetup
    25 from waeup.kofa.testing import FunctionalTestCase
    26 from waeup.kofa.students.batching import StudentProcessor as StudentProcessorBase
    27 from waeup.custom.students.batching import StudentProcessor
    2820from waeup.custom.testing import FunctionalLayer
    29 from waeup.custom.configuration import SessionConfiguration
    3021
    3122class StudentUITests(StudentsFullSetup):
Note: See TracChangeset for help on using the changeset viewer.