Ignore:
Timestamp:
23 Sep 2016, 16:38:53 (8 years ago)
Author:
Henrik Bettermann
Message:

Further customizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ikobacustom.uniben/trunk/src/ikobacustom/uniben/products/tests/test_browser.py

    r14181 r14184  
    4040        product = UnibenProduct()
    4141        product.product_id = u'SAM'
    42         product.contract_category = u'sample'
     42        product.contract_category = u'riaa'
    4343        product.valid_from = datetime.date(2015, 12, 4)
    4444        self.app['products'][product.product_id] = self.product = product
     
    5757            'product_id,terms_and_conditions,title,valid_from,valid_to,'
    5858            'users_with_local_roles\r\n'
    59             'sample,,,[],SAM,,Unnamed,2015-12-04#,,[]\r\n')
     59            'riaa,,,[],SAM,,Unnamed,2015-12-04#,,[]\r\n')
    6060        # We can import the same file.
    6161        processor = UnibenProductProcessor()
Note: See TracChangeset for help on using the changeset viewer.