Changeset 261

Show
Ignore:
Timestamp:
08/01/08 10:26:03 PM (4 months ago)
Author:
octorian
Message:
 
Location:
trunk/LogicMailTests
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/LogicMailTests/.classpath

    r208 r261  
    22<classpath> 
    33        <classpathentry kind="src" path="src"/> 
     4        <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/BlackBerry 4.1"/> 
    45        <classpathentry combineaccessrules="false" kind="src" path="/LogicMail"/> 
    5         <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/BlackBerry 4.1"/> 
     6        <classpathentry kind="src" path="/LogicMail/.tmp"/> 
    67        <classpathentry kind="output" path="bin"/> 
    78</classpath> 
  • trunk/LogicMailTests/build.xml

    r208 r261  
    3737                                <fileset dir="${app.src.dir}"> 
    3838                                        <include name="**/*.java"/> 
     39                        <include name="**/*.rrc"/> 
     40                        <include name="**/*.rrh"/> 
     41                                        <exclude name="**/*BB40.java"/> 
    3942                                        <exclude name="org/logicprobe/LogicMail/LogicMail.java"/> 
    4043                                </fileset> 
  • 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}",