- Timestamp:
- 20 Jan 2015, 18:09:03 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ikobacustom.skeleton/trunk/src/ikobacustom/skeleton/customers/tests/test_browser.py
r12389 r12502 164 164 result = open(self.outfile, 'rb').read() 165 165 self.assertMatches(result, 166 'class_name,co ntract_category,contract_id,document_object,'166 'class_name,comment,contract_category,contract_id,document_object,' 167 167 'history,last_product_id,product_object,product_options,' 168 168 'state,tc_dict,title,user_id\r\n' 169 'SkeletonContract, sample,%s,,'169 'SkeletonContract,,sample,%s,,' 170 170 '[u\'2014-12-21 22:26:00 WAT - Contract created by system\']' 171 171 ',,,[],created,{\'en\': u\'Hello World\'},,K1000000\r\n'
Note: See TracChangeset for help on using the changeset viewer.