Ignore:
Timestamp:
31 Dec 2014, 16:16:32 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust tests.

File:
1 edited

Legend:

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

    r12335 r12354  
    5656        customer['documents'].addDocument(document)
    5757        contract = createObject(u'waeup.SkeletonContract')
    58         contract .title = u'My first contract'
    5958        customer['contracts'].addContract(contract)
    6059        self.customer = customer
     
    161160            'SkeletonContract,sample,%s,,'
    162161            '[u\'2014-12-21 22:26:00 WAT - Contract created by system\']'
    163             ',,,[],created,My first contract,K1000000\r\n'
     162            ',,,[],created,,K1000000\r\n'
    164163            % self.contract.contract_id)
    165164        # We can reimport the file if we change the header (user_id -> customer_id)
     
    171170            'SkeletonContract,sample,%s,,'
    172171            '[u\'2014-12-21 22:26:00 WAT - Contract created by system\']'
    173             ',,,[],created,My first contract,K1000000\r\n'
     172            ',,,[],created,,K1000000\r\n'
    174173            % self.contract.contract_id)
    175174        result = processor.doImport(
Note: See TracChangeset for help on using the changeset viewer.