Ignore:
Timestamp:
2 Jan 2015, 10:29:24 (10 years ago)
Author:
Henrik Bettermann
Message:

Extend tests.

File:
1 edited

Legend:

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

    r12359 r12367  
    5454        self.assertEqual(result,
    5555            'contract_category,contract_title,options,'
    56             'product_id,title,valid_from,valid_to,users_with_local_roles\r\n'
    57             'license,,[],LIC,Unnamed,2015-12-04#,,[]\r\n')
     56            'product_id,terms_and_conditions,title,valid_from,valid_to,users_with_local_roles\r\n'
     57            'license,,[],LIC,,Unnamed,2015-12-04#,,[]\r\n')
    5858        # We can import the same file.
    5959        processor = SkeletonProductProcessor()
     
    6161            self.outfile,
    6262            ['contract_category','contract_title', 'options,', 'product_id',
    63             'title','valid_from','valid_to','users_with_local_roles'],
     63            'terms_and_conditions','title','valid_from','valid_to','users_with_local_roles'],
    6464            mode='create')
    6565        num, num_fail, finished_path, failed_path = result
     
    7272            self.outfile,
    7373            ['contract_category','contract_title', 'options,', 'product_id',
    74             'title','valid_from','valid_to','users_with_local_roles'],
     74            'terms_and_conditions','title','valid_from','valid_to','users_with_local_roles'],
    7575            mode='create')
    7676        num, num_fail, finished_path, failed_path = result
     
    8181            self.outfile,
    8282            ['contract_category','contract_title', 'options,', 'product_id',
    83             'title','valid_from','valid_to','users_with_local_roles'],
     83            'terms_and_conditions','title','valid_from','valid_to','users_with_local_roles'],
    8484            mode='update')
    8585        num, num_fail, finished_path, failed_path = result
Note: See TracChangeset for help on using the changeset viewer.