- Timestamp:
- 1 Mar 2015, 22:56:19 (10 years ago)
- Location:
- main/waeup.ikoba/branches/uli-fake-gw-provider/src/waeup/ikoba/payments/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/branches/uli-fake-gw-provider/src/waeup/ikoba/payments/tests/test_demo_provider.py
r12637 r12642 11 11 DemoCreditcardPaymentService, 12 12 ) 13 13 14 14 15 class DemoCreditcarPaymentServiceTests(FunctionalTestCase): -
main/waeup.ikoba/branches/uli-fake-gw-provider/src/waeup/ikoba/payments/tests/test_payment.py
r12640 r12642 120 120 assert result == "0" 121 121 122 122 123 class PaymentItemTests(unittest.TestCase): 123 124
Note: See TracChangeset for help on using the changeset viewer.