Changeset 12490 for main/waeup.ikoba/trunk/src/waeup/ikoba/products
- Timestamp:
- 19 Jan 2015, 06:50:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/products/tests/test_batching.py
r12487 r12490 59 59 layer = FunctionalLayer 60 60 61 _contract_category = u'license'62 63 61 def setUp(self): 64 62 super(ProductImportExportSetup, self).setUp() … … 85 83 product = Product() 86 84 product.product_id = u'LIC' 87 product.contract_category = self._contract_category85 product.contract_category = u'license' 88 86 options = ProductOption() 89 87 options.title = u'Base Fee'
Note: See TracChangeset for help on using the changeset viewer.