aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-01-28 19:35:35 +0000
committerSteve Holme <steve_holme@hotmail.com>2015-01-28 19:50:34 +0000
commite3558a551b832ed08dbaf59c0674295cbf524da2 (patch)
treee7e4916e4c72d6c8f3e80d81671f425bf8f0e617
parent595a66ce0fe3ff7e081aa15e3ae948768b8450a3 (diff)
tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests
-rw-r--r--tests/data/Makefile.inc6
-rw-r--r--tests/data/test837 (renamed from tests/data/test942)4
-rw-r--r--tests/data/test838 (renamed from tests/data/test943)4
-rw-r--r--tests/data/test839 (renamed from tests/data/test944)4
-rw-r--r--tests/data/test840 (renamed from tests/data/test945)4
5 files changed, 11 insertions, 11 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc
index 3101da69f..0441ffce6 100644
--- a/tests/data/Makefile.inc
+++ b/tests/data/Makefile.inc
@@ -86,7 +86,7 @@ test800 test801 test802 test803 test804 test805 test806 test807 test808 \
test809 test810 test811 test812 test813 test814 test815 test816 test817 \
test818 test819 test820 test821 test822 test823 test824 test825 test826 \
test827 test828 test829 test830 test831 test832 test833 test834 test835 \
-test836 \
+test836 test837 test838 test839 test840 \
\
test850 test851 test852 test853 test854 test855 test856 test857 test858 \
test859 test860 test861 test862 test863 test864 test865 test866 test867 \
@@ -97,8 +97,8 @@ test900 test901 test902 test903 test904 test905 test906 test907 test908 \
test909 test910 test911 test912 test913 test914 test915 test916 test917 \
test918 test919 test920 test921 test922 test923 test924 test925 test926 \
test927 test928 test929 test930 test931 test932 test933 test934 test935 \
-test936 test937 test938 test939 test940 test941 test942 test943 test944 \
-test945 test946 test947 test948 test949 test950 test951 test952 test953 \
+test936 test937 test938 test939 test940 test941 \
+ test946 test947 test948 test949 test950 test951 test952 test953 \
\
test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \
test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \
diff --git a/tests/data/test942 b/tests/data/test837
index fb4cfbfb3..d5974634e 100644
--- a/tests/data/test942
+++ b/tests/data/test837
@@ -37,7 +37,7 @@ imap
IMAP external authentication
</name>
<command>
-'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/942/;UID=1'
+'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/837/;UID=1'
</command>
</client>
@@ -48,7 +48,7 @@ IMAP external authentication
A001 CAPABILITY
A002 AUTHENTICATE EXTERNAL
dXNlcg==
-A003 SELECT 942
+A003 SELECT 837
A004 FETCH 1 BODY[]
A005 LOGOUT
</protocol>
diff --git a/tests/data/test943 b/tests/data/test838
index 833a92b83..da2d28d05 100644
--- a/tests/data/test943
+++ b/tests/data/test838
@@ -37,7 +37,7 @@ imap
IMAP external authentication without credentials
</name>
<command>
-'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/943/;UID=1'
+'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/838/;UID=1'
</command>
</client>
@@ -48,7 +48,7 @@ IMAP external authentication without credentials
A001 CAPABILITY
A002 AUTHENTICATE EXTERNAL
=
-A003 SELECT 943
+A003 SELECT 838
A004 FETCH 1 BODY[]
A005 LOGOUT
</protocol>
diff --git a/tests/data/test944 b/tests/data/test839
index 3328953c2..2a544c1cf 100644
--- a/tests/data/test944
+++ b/tests/data/test839
@@ -38,7 +38,7 @@ imap
IMAP external authentication with initial response
</name>
<command>
-'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/944/;UID=1'
+'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/839/;UID=1'
</command>
</client>
@@ -48,7 +48,7 @@ IMAP external authentication with initial response
<protocol>
A001 CAPABILITY
A002 AUTHENTICATE EXTERNAL dXNlcg==
-A003 SELECT 944
+A003 SELECT 839
A004 FETCH 1 BODY[]
A005 LOGOUT
</protocol>
diff --git a/tests/data/test945 b/tests/data/test840
index 158b3579a..eaf1aeea4 100644
--- a/tests/data/test945
+++ b/tests/data/test840
@@ -38,7 +38,7 @@ imap
IMAP external authentication with initial response without credentials
</name>
<command>
-'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/945/;UID=1'
+'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/840/;UID=1'
</command>
</client>
@@ -48,7 +48,7 @@ IMAP external authentication with initial response without credentials
<protocol>
A001 CAPABILITY
A002 AUTHENTICATE EXTERNAL =
-A003 SELECT 945
+A003 SELECT 840
A004 FETCH 1 BODY[]
A005 LOGOUT
</protocol>