Changeset 113:f760a823d692

Show
Ignore:
Timestamp:
28/12/09 06:22:22 (2 years ago)
Author:
Menno Smits <menno@…>
Branch:
default
Message:

added missing data test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • imapclient/test/test_response_parser.py

    r111 r113  
    150150 
    151151 
     152    def test_missing_data(self): 
     153        self.assertRaises(ParseError, parse_fetch_response, '* 2 FETCH') 
     154 
     155 
    152156    def test_simple_pairs(self): 
    153157        self.assertEquals(parse_fetch_response('* 23 FETCH (ABC 123 StUfF "hello")'),