From 7935478397b602f73c64ef9197051c7725edb252 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 23 Nov 2013 14:06:10 +0000 Subject: tests: Moved CR LF in URL tests to their respective protocol groups --- tests/data/Makefile.am | 10 +++++----- tests/data/test1322 | 29 ----------------------------- tests/data/test1323 | 29 ----------------------------- tests/data/test1324 | 29 ----------------------------- tests/data/test829 | 29 +++++++++++++++++++++++++++++ tests/data/test875 | 29 +++++++++++++++++++++++++++++ tests/data/test931 | 29 +++++++++++++++++++++++++++++ 7 files changed, 92 insertions(+), 92 deletions(-) delete mode 100644 tests/data/test1322 delete mode 100644 tests/data/test1323 delete mode 100644 tests/data/test1324 create mode 100644 tests/data/test829 create mode 100644 tests/data/test875 create mode 100644 tests/data/test931 diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 3342d2c3b..dba374720 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -66,16 +66,16 @@ test709 test710 test711 test712 \ 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 \ +test827 test828 test829 \ \ test850 test851 test852 test853 test854 test855 test856 test857 test858 \ test859 test860 test861 test862 test863 test864 test865 test866 test867 \ -test868 test869 test870 test871 test872 test873 test874 \ +test868 test869 test870 test871 test872 test873 test874 test875 \ \ 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 \ +test927 test928 test929 test930 test931 \ \ test1000 test1001 test1002 test1003 test1004 test1005 test1006 test1007 \ test1008 test1009 test1010 test1011 test1012 test1013 test1014 test1015 \ @@ -104,8 +104,8 @@ test1236 test1237 test1238 test1239 test1240 \ \ test1300 test1301 test1302 test1303 test1304 test1305 test1306 test1307 \ test1308 test1309 test1310 test1311 test1312 test1313 test1314 test1315 \ -test1316 test1317 test1318 test1319 test1320 test1321 test1322 test1323 \ -test1324 test1325 test1326 test1327 test1328 test1329 test1330 test1331 \ +test1316 test1317 test1318 test1319 test1320 test1321 \ + test1325 test1326 test1327 test1328 test1329 test1330 test1331 \ test1332 test1333 test1334 test1335 test1336 test1337 test1338 test1339 \ test1340 test1341 test1342 test1343 test1344 test1345 test1346 test1347 \ test1348 test1349 test1350 test1351 test1352 test1353 test1354 test1355 \ diff --git a/tests/data/test1322 b/tests/data/test1322 deleted file mode 100644 index 996727e94..000000000 --- a/tests/data/test1322 +++ /dev/null @@ -1,29 +0,0 @@ - - - -POP3 -CRLF-in-URL - - - -# Client-side - - -pop3 - - -POP3 with URL-encoded CR LF in the URL - - -pop3://%HOSTIP:%POP3PORT/%0d%0a/1322 - - - -# - -# 3 - CURLE_URL_MALFORMAT - -3 - - - diff --git a/tests/data/test1323 b/tests/data/test1323 deleted file mode 100644 index 90eb88b7d..000000000 --- a/tests/data/test1323 +++ /dev/null @@ -1,29 +0,0 @@ - - - -SMTP -CRLF-in-URL - - - -# Client-side - - -smtp - - -SMTP with URL-encoded CR LF in the URL - - -smtp://%HOSTIP:%SMTPPORT/%0d%0a/1323 - - - -# - -# 3 - CURLE_URL_MALFORMAT - -3 - - - diff --git a/tests/data/test1324 b/tests/data/test1324 deleted file mode 100644 index c9835efea..000000000 --- a/tests/data/test1324 +++ /dev/null @@ -1,29 +0,0 @@ - - - -IMAP -CRLF-in-URL - - - -# Client-side - - -imap - - -IMAP with URL-encoded CR LF in the URL - - -imap://%HOSTIP:%IMAPPORT/%0d%0a/1322 - - - -# - -# 3 - CURLE_URL_MALFORMAT - -3 - - - diff --git a/tests/data/test829 b/tests/data/test829 new file mode 100644 index 000000000..cefba0d79 --- /dev/null +++ b/tests/data/test829 @@ -0,0 +1,29 @@ + + + +IMAP +CRLF-in-URL + + + +# Client-side + + +imap + + +IMAP with URL-encoded CR LF in the URL + + +imap://%HOSTIP:%IMAPPORT/%0d%0a/829 + + + +# + +# 3 - CURLE_URL_MALFORMAT + +3 + + + diff --git a/tests/data/test875 b/tests/data/test875 new file mode 100644 index 000000000..53e994087 --- /dev/null +++ b/tests/data/test875 @@ -0,0 +1,29 @@ + + + +POP3 +CRLF-in-URL + + + +# Client-side + + +pop3 + + +POP3 with URL-encoded CR LF in the URL + + +pop3://%HOSTIP:%POP3PORT/%0d%0a/875 + + + +# + +# 3 - CURLE_URL_MALFORMAT + +3 + + + diff --git a/tests/data/test931 b/tests/data/test931 new file mode 100644 index 000000000..722aa0222 --- /dev/null +++ b/tests/data/test931 @@ -0,0 +1,29 @@ + + + +SMTP +CRLF-in-URL + + + +# Client-side + + +smtp + + +SMTP with URL-encoded CR LF in the URL + + +smtp://%HOSTIP:%SMTPPORT/%0d%0a/931 + + + +# + +# 3 - CURLE_URL_MALFORMAT + +3 + + + -- cgit v1.2.3