diff options
Diffstat (limited to 'tests/data/test801')
-rw-r--r-- | tests/data/test801 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/data/test801 b/tests/data/test801 index 271d8d1f7..d5f1cfeb9 100644 --- a/tests/data/test801 +++ b/tests/data/test801 @@ -38,10 +38,11 @@ imap://%HOSTIP:%IMAPPORT/801 -u user:secret # Verify data after the test has been "shot" <verify> <protocol> -B LOGIN user secret
-C SELECT 801
-D FETCH 1 BODY[TEXT]
-A LOGOUT
+B CAPABILITY
+C LOGIN user secret
+D SELECT 801
+A FETCH 1 BODY[TEXT]
+B LOGOUT
</protocol> </verify> </testcase> |