Changeset 113:f760a823d692
- Timestamp:
- 28/12/09 06:22:22 (2 years ago)
- Branch:
- default
- Files:
-
- 1 modified
-
imapclient/test/test_response_parser.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
imapclient/test/test_response_parser.py
r111 r113 150 150 151 151 152 def test_missing_data(self): 153 self.assertRaises(ParseError, parse_fetch_response, '* 2 FETCH') 154 155 152 156 def test_simple_pairs(self): 153 157 self.assertEquals(parse_fetch_response('* 23 FETCH (ABC 123 StUfF "hello")'),
