Show
Ignore:
Timestamp:
08/01/08 10:26:03 PM (5 months ago)
Author:
octorian
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/LogicMailTests/src/org/logicprobe/LogicMail/mail/imap/ImapProtocolTest.java

    r250 r261  
    286286            // Test escaped delimiter 
    287287            instance.addExecuteExpectation( 
    288                     "LIST", "\"INBOX\\\" \"%\"", 
     288                    "LIST", "\"INBOX\\\\\" \"%\"", 
    289289                    new String[] { 
    290290                        "* LIST (\\HasNoChildren) \"\\\\\" \"INBOX\\Saved\\Stuff\"", 
     
    314314            // Test specified-length encoding for path name 
    315315            instance.addExecuteExpectation( 
    316                     "LIST", "\"2007\\\" \"%\"", 
     316                    "LIST", "\"2007\\\\\" \"%\"", 
    317317                    new String[] { 
    318318                        "* LIST (\\HasNoChildren) \"\\\\\" {12}",