Changeset 143:b09900646458 for imapclient/test/test_IMAPClient.py
- Timestamp:
- 04/29/10 22:10:51 (2 years ago)
- Branch:
- default
- Files:
-
- 1 modified
-
imapclient/test/test_IMAPClient.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
imapclient/test/test_IMAPClient.py
r142 r143 117 117 118 118 self.client.append('foobar', sentinel.msg, ['FLAG', 'WAVE'], None) 119 119 120 120 self.assert_(self.client._imap.method_calls == 121 [('append', (' foobar',121 [('append', ('"foobar"', 122 122 '(FLAG WAVE)', 123 123 None, … … 136 136 self.assert_(datetime_to_imap.called) 137 137 self.assert_(self.client._imap.method_calls == 138 [('append', (' foobar',138 [('append', ('"foobar"', 139 139 '(FLAG WAVE)', 140 140 '"somedate"',
