Changeset 12670 for main/waeup.ikoba/trunk/src/waeup/ikoba/products/tests
- Timestamp:
- 6 Mar 2015, 18:37:06 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/products/tests/test_export.py
r12361 r12670 62 62 result = open(self.outfile, 'rb').read() 63 63 self.assertTrue( 64 'contract_category,contract_title, options,'64 'contract_category,contract_title,description,options,' 65 65 'product_id,terms_and_conditions,title,valid_from,valid_to,users_with_local_roles\r\n' 66 'license,, "[(u\'Base Fee\', u\'800.6\', u\'USD\')]",LIC,,Unnamed'66 'license,,,"[(u\'Base Fee\', u\'800.6\', u\'USD\')]",LIC,,Unnamed' 67 67 ',2015-12-04#,,"[{\'user_name\': u\'john\', \'local_role\': ' 68 68 'u\'johnsrole\'}]"\r\n' … … 77 77 result = open(self.outfile, 'rb').read() 78 78 self.assertTrue( 79 'contract_category,contract_title, options,'79 'contract_category,contract_title,description,options,' 80 80 'product_id,terms_and_conditions,title,valid_from,valid_to,users_with_local_roles\r\n' 81 'license,, "[(u\'Base Fee\', u\'800.6\', u\'USD\')]",LIC,,Unnamed'81 'license,,,"[(u\'Base Fee\', u\'800.6\', u\'USD\')]",LIC,,Unnamed' 82 82 ',2015-12-04#,,"[{\'user_name\': u\'john\', \'local_role\': ' 83 83 'u\'johnsrole\'}]"\r\n'
Note: See TracChangeset for help on using the changeset viewer.