Show
Ignore:
Timestamp:
05/05/10 12:44:51 (2 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

added some missing simple tests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imapclient/test/test_imap_utf7.py

    r80 r146  
    2929class IMAP4UTF7TestCase(unittest.TestCase): 
    3030    tests = [ 
     31        ['Foo', 'Foo'], 
     32        ['Foo Bar', 'Foo Bar'], 
     33        ['Stuff & Things', 'Stuff &- Things'], 
    3134        [u'Hello world', 'Hello world'], 
    3235        [u'Hello & world', 'Hello &- world'],