- Timestamp:
- 31 Jan 2015, 08:14:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/tests/test_browser.py
r12501 r12529 220 220 result = open(self.outfile, 'rb').read() 221 221 self.assertMatches(result, 222 'categor y_practice,class_name,comment,contract_category,contract_id,'222 'categories_practice,class_name,comment,contract_category,contract_id,' 223 223 'date_of_birth,history,last_product_id,lga,product_object,' 224 224 'product_options,res_address,state,state_of_origin,superintendent,' 225 225 'tc_dict,title,user_id,work_address,work_email,work_phone,' 226 226 'year_qualification\r\n' 227 ' ,RONContract,,ron,%s,,'227 '[],RONContract,,ron,%s,,' 228 228 '[u\'2015-01-18 16:40:01 WAT - Contract created by system\'],,,,' 229 229 '[],,created,,,{\'en\': u\'Hello World\'},,K1000000,,,,\r\n' … … 279 279 result = open(self.outfile, 'rb').read() 280 280 self.assertMatches(result, 281 'categor y_practice,class_name,contract_category,contract_id,'281 'categories_practice,class_name,contract_category,contract_id,' 282 282 'date_of_qualification,history,inspected,last_license_number,' 283 283 'last_product_id,official_in_state,other_directors,' … … 286 286 'state,superintendent,tc_dict,title,user_id,work_address\r\n' 287 287 288 ' ,ROPContract,rop,%s,,'288 '[],ROPContract,rop,%s,,' 289 289 '[u\'2015-01-20 18:51:03 WAT - Contract created by system\']' 290 290 ',,,,,,,,,,[],,,created,,{\'en\': u\'Hello World\'},,K1000000,\r\n'
Note: See TracChangeset for help on using the changeset viewer.