- Timestamp:
- 08/01/08 10:26:03 PM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMailTests/src/org/logicprobe/LogicMail/mail/imap/ImapProtocolTest.java
r250 r261 286 286 // Test escaped delimiter 287 287 instance.addExecuteExpectation( 288 "LIST", "\"INBOX\\\ " \"%\"",288 "LIST", "\"INBOX\\\\\" \"%\"", 289 289 new String[] { 290 290 "* LIST (\\HasNoChildren) \"\\\\\" \"INBOX\\Saved\\Stuff\"", … … 314 314 // Test specified-length encoding for path name 315 315 instance.addExecuteExpectation( 316 "LIST", "\"2007\\\ " \"%\"",316 "LIST", "\"2007\\\\\" \"%\"", 317 317 new String[] { 318 318 "* LIST (\\HasNoChildren) \"\\\\\" {12}",
