summaryrefslogtreecommitdiff
path: root/tests/data/test807
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/test807')
-rw-r--r--tests/data/test80710
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test807 b/tests/data/test807
index 1271b6d64..59c12eb28 100644
--- a/tests/data/test807
+++ b/tests/data/test807
@@ -12,9 +12,9 @@ CUSTOMREQUEST
# Server-side
<reply>
<data>
-* LSUB () "/" /807/blurdybloop
-* LSUB (\Noselect) "/" /807/foo
-* LSUB () "/" /807/foo/bar
+* LSUB () "/" /%TESTNUMBER/blurdybloop
+* LSUB (\Noselect) "/" /%TESTNUMBER/foo
+* LSUB () "/" /%TESTNUMBER/foo/bar
</data>
</reply>
@@ -28,7 +28,7 @@ imap
IMAP LSUB mailbox
</name>
<command>
-imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "807" *'
+imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "%TESTNUMBER" *'
</command>
</client>
@@ -38,7 +38,7 @@ imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "807" *'
<protocol>
A001 CAPABILITY
A002 LOGIN user secret
-A003 LSUB "807" *
+A003 LSUB "%TESTNUMBER" *
A004 LOGOUT
</protocol>
</verify>