Fixed `SELECT INBOX' testcase.
Showing
2 changed files
with
2 additions
and
3 deletions
... | @@ -35,6 +35,7 @@ | ... | @@ -35,6 +35,7 @@ |
35 | * imap4d/search.c (_scan_body): Bugfix. Add null terminator to | 35 | * imap4d/search.c (_scan_body): Bugfix. Add null terminator to |
36 | the string read. | 36 | the string read. |
37 | * imap4d/testsuite/imap4d/search.exp: Fixed `wine' testcase. | 37 | * imap4d/testsuite/imap4d/search.exp: Fixed `wine' testcase. |
38 | Fixed `SELECT INBOX' testcase. | ||
38 | 39 | ||
39 | 2002-12-10 Sergey Poznyakoff | 40 | 2002-12-10 Sergey Poznyakoff |
40 | 41 | ... | ... |
... | @@ -34,12 +34,10 @@ | ... | @@ -34,12 +34,10 @@ |
34 | imap4d_start | 34 | imap4d_start |
35 | imap4d_auth "user!passwd" "guessme" | 35 | imap4d_auth "user!passwd" "guessme" |
36 | 36 | ||
37 | set UIDVALIDITY [clock seconds] | ||
38 | |||
39 | imap4d_test "SELECT INBOX"\ | 37 | imap4d_test "SELECT INBOX"\ |
40 | "95 EXISTS"\ | 38 | "95 EXISTS"\ |
41 | "95 RECENT"\ | 39 | "95 RECENT"\ |
42 | "OK \[UIDVALIDITY $UIDVALIDITY\] UID valididy status"\ | 40 | -re {OK \[UIDVALIDITY [0-9]+\] UID valididy status}\ |
43 | "OK \[UIDNEXT 96\] Predicted next uid"\ | 41 | "OK \[UIDNEXT 96\] Predicted next uid"\ |
44 | "OK \[UNSEEN 1\] first unseen messsage "\ | 42 | "OK \[UNSEEN 1\] first unseen messsage "\ |
45 | "FLAGS (\\Answered \\Flagged \\Deleted \\Seen \\Draft)"\ | 43 | "FLAGS (\\Answered \\Flagged \\Deleted \\Seen \\Draft)"\ | ... | ... |
-
Please register or sign in to post a comment