Ignore:
Timestamp:
5 Mar 2015, 12:23:07 (10 years ago)
Author:
Henrik Bettermann
Message:

Update tests.

File:
1 edited

Legend:

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

    r12608 r12665  
    167167        self.assertMatches(result,
    168168            'class_name,comment,contract_category,contract_id,document_object,'
    169             'history,last_product_id,product_object,product_options,'
    170             'state,tc_dict,title,user_id\r\n'
    171             'SkeletonContract,,sample,%s,,'
     169            'fee_based,history,last_product_id,product_object,product_options,'
     170            'state,tc_dict,title,user_id,valid_from,valid_to\r\n'
     171            'SkeletonContract,,sample,%s,,0,'
    172172            '[u\'2014-12-21 22:26:00 WAT - Contract created by system\']'
    173             ',,,[],created,{\'en\': u\'Hello World\'},,K1000000\r\n'
     173            ',,,[],created,{\'en\': u\'Hello World\'},,K1000000,,\r\n'
    174174            % self.contract.contract_id)
    175175        # We can reimport the file if we change the header (user_id -> customer_id)
Note: See TracChangeset for help on using the changeset viewer.