- Timestamp:
- 23 Sep 2016, 16:38:53 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/products/tests/test_browser.py
r14181 r14184 40 40 product = UnibenProduct() 41 41 product.product_id = u'SAM' 42 product.contract_category = u' sample'42 product.contract_category = u'riaa' 43 43 product.valid_from = datetime.date(2015, 12, 4) 44 44 self.app['products'][product.product_id] = self.product = product … … 57 57 'product_id,terms_and_conditions,title,valid_from,valid_to,' 58 58 'users_with_local_roles\r\n' 59 ' sample,,,[],SAM,,Unnamed,2015-12-04#,,[]\r\n')59 'riaa,,,[],SAM,,Unnamed,2015-12-04#,,[]\r\n') 60 60 # We can import the same file. 61 61 processor = UnibenProductProcessor()
Note: See TracChangeset for help on using the changeset viewer.