- Timestamp:
- 19 Mar 2015, 16:58:47 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.pcn/trunk/src/ikobacustom/pcn/customers/tests/test_browser.py
r12797 r12798 225 225 self.assertMatches(result, 226 226 'categories_practice,class_name,comment,contract_category,contract_id,' 227 'fee_based,history,last_product_id,lga, product_object,'228 'product_options,state,s tate_of_origin,superintendent,'227 'fee_based,history,last_product_id,lga,nationality,product_object,' 228 'product_options,state,superintendent,' 229 229 'tc_dict,title,user_id,valid_from,valid_to,work_address,work_email,work_phone,' 230 230 'year_qualification\r\n' 231 231 '[],RONContract,,ron,%s,0,' 232 '[u\'2015-01-18 16:40:01 WAT - License created by system\'],,,, '233 '[],created,, ,{\'en\': u\'Hello World\'},,K1000000,,,,,,\r\n'232 '[u\'2015-01-18 16:40:01 WAT - License created by system\'],,,,,' 233 '[],created,,{\'en\': u\'Hello World\'},,K1000000,,,,,,\r\n' 234 234 % self.contract1.contract_id) 235 235 # We can reimport the file if we change the header
Note: See TracChangeset for help on using the changeset viewer.