Changeset 146:180420fe683b for imapclient
- Timestamp:
- 05/05/10 12:44:51 (2 years ago)
- Branch:
- default
- Files:
-
- 1 modified
-
imapclient/test/test_imap_utf7.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imapclient/test/test_imap_utf7.py
r80 r146 29 29 class IMAP4UTF7TestCase(unittest.TestCase): 30 30 tests = [ 31 ['Foo', 'Foo'], 32 ['Foo Bar', 'Foo Bar'], 33 ['Stuff & Things', 'Stuff &- Things'], 31 34 [u'Hello world', 'Hello world'], 32 35 [u'Hello & world', 'Hello &- world'],
