Ignore:
Timestamp:
31 Jan 2015, 08:14:16 (10 years ago)
Author:
Henrik Bettermann
Message:

Adjust to changes in base package.

File:
1 edited

Legend:

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

    r12501 r12529  
    220220        result = open(self.outfile, 'rb').read()
    221221        self.assertMatches(result,
    222             'category_practice,class_name,comment,contract_category,contract_id,'
     222            'categories_practice,class_name,comment,contract_category,contract_id,'
    223223            'date_of_birth,history,last_product_id,lga,product_object,'
    224224            'product_options,res_address,state,state_of_origin,superintendent,'
    225225            'tc_dict,title,user_id,work_address,work_email,work_phone,'
    226226            'year_qualification\r\n'
    227             ',RONContract,,ron,%s,,'
     227            '[],RONContract,,ron,%s,,'
    228228            '[u\'2015-01-18 16:40:01 WAT - Contract created by system\'],,,,'
    229229            '[],,created,,,{\'en\': u\'Hello World\'},,K1000000,,,,\r\n'
     
    279279        result = open(self.outfile, 'rb').read()
    280280        self.assertMatches(result,
    281             'category_practice,class_name,contract_category,contract_id,'
     281            'categories_practice,class_name,contract_category,contract_id,'
    282282            'date_of_qualification,history,inspected,last_license_number,'
    283283            'last_product_id,official_in_state,other_directors,'
     
    286286            'state,superintendent,tc_dict,title,user_id,work_address\r\n'
    287287
    288             ',ROPContract,rop,%s,,'
     288            '[],ROPContract,rop,%s,,'
    289289            '[u\'2015-01-20 18:51:03 WAT - Contract created by system\']'
    290290            ',,,,,,,,,,[],,,created,,{\'en\': u\'Hello World\'},,K1000000,\r\n'
Note: See TracChangeset for help on using the changeset viewer.