Changeset 12365 for main/waeup.ikoba/trunk/src/waeup/ikoba/documents/tests
- Timestamp:
- 2 Jan 2015, 10:09:50 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/documents/tests/test_export.py
r12360 r12365 114 114 result = open(self.outfile, 'rb').read() 115 115 self.assertMatches( 116 'class_name,description,document_id,history, '116 'class_name,description,document_id,history,html_dict,' 117 117 'html_multilingual,state,title,users_with_local_roles\r\n' 118 118 'HTMLDocument,,DOC2,' 119 119 '[u\'2014-12-21 16:50:28 UTC - Document created by system\'],' 120 ' ,created,,"[{\'user_name\': u\'john\', \'local_role\': u\'johnsrole\'}]"',120 '{},,created,,"[{\'user_name\': u\'john\', \'local_role\': u\'johnsrole\'}]"', 121 121 result 122 122 ) … … 129 129 result = open(self.outfile, 'rb').read() 130 130 self.assertMatches( 131 'class_name,description,document_id,history, '131 'class_name,description,document_id,history,html_dict,' 132 132 'html_multilingual,state,title,users_with_local_roles\r\n' 133 133 'HTMLDocument,,DOC2,' 134 134 '[u\'2014-12-21 16:50:28 UTC - Document created by system\'],' 135 ' ,created,,"[{\'user_name\': u\'john\', \'local_role\': u\'johnsrole\'}]"',135 '{},,created,,"[{\'user_name\': u\'john\', \'local_role\': u\'johnsrole\'}]"', 136 136 result 137 137 )
Note: See TracChangeset for help on using the changeset viewer.