- Timestamp:
- 20 Jan 2015, 18:00:40 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/tests/test_browser.py
r12499 r12501 220 220 result = open(self.outfile, 'rb').read() 221 221 self.assertMatches(result, 222 'category_practice,class_name,co ntract_category,contract_id,'222 'category_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' … … 280 280 self.assertMatches(result, 281 281 'category_practice,class_name,contract_category,contract_id,' 282 'date_of_birth,history,last_product_id,lga,product_object,' 283 'product_options,res_address,state,state_of_origin,superintendent,' 284 'tc_dict,title,user_id,work_address,work_email,work_phone,' 285 'year_qualification\r\n' 282 'date_of_qualification,history,inspected,last_license_number,' 283 'last_product_id,official_in_state,other_directors,' 284 'pharmacists_directors,premises_address,premises_certificate,' 285 'product_object,product_options,recommended,res_address,' 286 'state,superintendent,tc_dict,title,user_id,work_address\r\n' 287 286 288 ',ROPContract,rop,%s,,' 287 '[u\'2015-01- 18 16:40:01 WAT - Contract created by system\'],,,,'288 ' [],,created,,,{\'en\': u\'Hello World\'},,K1000000,,,,\r\n'289 '[u\'2015-01-20 18:51:03 WAT - Contract created by system\']' 290 ',,,,,,,,,,[],,,created,,{\'en\': u\'Hello World\'},,K1000000,\r\n' 289 291 % self.contract2.contract_id) 290 292 # We can reimport the file if we change the header
Note: See TracChangeset for help on using the changeset viewer.