Changeset 261
- Timestamp:
- 08/01/08 10:26:03 PM (4 months ago)
- Location:
- trunk/LogicMailTests
- Files:
-
- 3 modified
-
.classpath (modified) (1 diff)
-
build.xml (modified) (1 diff)
-
src/org/logicprobe/LogicMail/mail/imap/ImapProtocolTest.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMailTests/.classpath
r208 r261 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/BlackBerry 4.1"/> 4 5 <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"/> 6 7 <classpathentry kind="output" path="bin"/> 7 8 </classpath> -
trunk/LogicMailTests/build.xml
r208 r261 37 37 <fileset dir="${app.src.dir}"> 38 38 <include name="**/*.java"/> 39 <include name="**/*.rrc"/> 40 <include name="**/*.rrh"/> 41 <exclude name="**/*BB40.java"/> 39 42 <exclude name="org/logicprobe/LogicMail/LogicMail.java"/> 40 43 </fileset> -
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}",
