- Timestamp:
- 2 Jan 2015, 10:29:24 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/products/tests/test_browser.py
r12359 r12367 54 54 self.assertEqual(result, 55 55 'contract_category,contract_title,options,' 56 'product_id,t itle,valid_from,valid_to,users_with_local_roles\r\n'57 'license,,[],LIC, Unnamed,2015-12-04#,,[]\r\n')56 'product_id,terms_and_conditions,title,valid_from,valid_to,users_with_local_roles\r\n' 57 'license,,[],LIC,,Unnamed,2015-12-04#,,[]\r\n') 58 58 # We can import the same file. 59 59 processor = SkeletonProductProcessor() … … 61 61 self.outfile, 62 62 ['contract_category','contract_title', 'options,', 'product_id', 63 't itle','valid_from','valid_to','users_with_local_roles'],63 'terms_and_conditions','title','valid_from','valid_to','users_with_local_roles'], 64 64 mode='create') 65 65 num, num_fail, finished_path, failed_path = result … … 72 72 self.outfile, 73 73 ['contract_category','contract_title', 'options,', 'product_id', 74 't itle','valid_from','valid_to','users_with_local_roles'],74 'terms_and_conditions','title','valid_from','valid_to','users_with_local_roles'], 75 75 mode='create') 76 76 num, num_fail, finished_path, failed_path = result … … 81 81 self.outfile, 82 82 ['contract_category','contract_title', 'options,', 'product_id', 83 't itle','valid_from','valid_to','users_with_local_roles'],83 'terms_and_conditions','title','valid_from','valid_to','users_with_local_roles'], 84 84 mode='update') 85 85 num, num_fail, finished_path, failed_path = result
Note: See TracChangeset for help on using the changeset viewer.