Changeset 12358 for main/waeup.ikoba/trunk/src/waeup/ikoba/customers
- Timestamp:
- 1 Jan 2015, 16:16:55 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/test_batching.py
r12342 r12358 101 101 self.product.title = u'Our Sample Product' 102 102 self.product.contract_category = u'sample' 103 self.product.valid_from = datetime.date(2015, 12, 4) 103 104 option = ProductOption() 104 105 option.title = u'Base Fee' -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/tests/test_browser.py
r12356 r12358 106 106 self.product.title = u'Our Sample Product' 107 107 self.product.contract_category = u'sample' 108 self.product.valid_from = date(2015, 12, 4) 108 109 prodoption = ProductOption() 109 110 prodoption.title = u'First option'
Note: See TracChangeset for help on using the changeset viewer.