From: Dan Fandrich Date: Sat, 9 Feb 2008 02:08:34 +0000 (+0000) Subject: Added key words to all SSL-using tests so they can be skipped if necessary. X-Git-Tag: curl-7_18_1~142 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1443dcfc65adb1a47266446bbf0798d3cd6dc9;p=thirdparty%2Fcurl.git Added key words to all SSL-using tests so they can be skipped if necessary. Removed a few unnecessary requires SSL statements. --- diff --git a/CHANGES b/CHANGES index 98e29d9b6a..28e8d1fb57 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Changelog +Daniel Fandrich (8 Feb 2007) +- Added key words to all SSL-using tests so they can be skipped if necessary. + Removed a few unnecessary requires SSL statements. + Daniel S (8 Feb 2008) - Mike Hommey filed and fixed bug report #1889856 (http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl diff --git a/tests/data/test146 b/tests/data/test146 index d9e52c8b90..e04f8f04d7 100644 --- a/tests/data/test146 +++ b/tests/data/test146 @@ -3,9 +3,10 @@ FTP RETR -persistant connection +persistent connection + # Server-side @@ -19,7 +20,7 @@ this is file contents ftp -persistant FTP with different paths +persistent FTP with different paths ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146 diff --git a/tests/data/test183 b/tests/data/test183 index cf20083f98..5fd01442a8 100644 --- a/tests/data/test183 +++ b/tests/data/test183 @@ -1,4 +1,12 @@ + + +HTTP +HTTP GET +persistent connection + + + # Server-side @@ -15,9 +23,6 @@ moo http - -SSL - HTTP GET two URLs over a single proxy with persistent connection diff --git a/tests/data/test184 b/tests/data/test184 index 3f1403bb3a..e7b860e86e 100644 --- a/tests/data/test184 +++ b/tests/data/test184 @@ -1,4 +1,12 @@ + + +HTTP +HTTP GET +followlocation + + + # Server-side @@ -35,9 +43,6 @@ moo http - -SSL - HTTP replace Host: when following Location: to new host diff --git a/tests/data/test185 b/tests/data/test185 index 3ba31f888f..fafd04e4b4 100644 --- a/tests/data/test185 +++ b/tests/data/test185 @@ -1,4 +1,11 @@ + + +HTTP +HTTP GET +followlocation + + # Server-side @@ -35,9 +42,6 @@ moo http - -SSL - HTTP replace Host: when following Location: on the same host diff --git a/tests/data/test300 b/tests/data/test300 index 3100556063..7b4222d123 100644 --- a/tests/data/test300 +++ b/tests/data/test300 @@ -1,4 +1,11 @@ + + +HTTPS +HTTP GET + + + # # Server-side diff --git a/tests/data/test301 b/tests/data/test301 index 9d0f7d807b..d5974ce693 100644 --- a/tests/data/test301 +++ b/tests/data/test301 @@ -1,4 +1,12 @@ + + +HTTPS +HTTP GET +HTTP Basic auth + + + # # Server-side diff --git a/tests/data/test302 b/tests/data/test302 index c989b72638..1223f1c331 100644 --- a/tests/data/test302 +++ b/tests/data/test302 @@ -1,4 +1,14 @@ + + +HTTPS +HTTP GET +HTTP CONNECT +HTTP proxy +FAILURE + + + # Client-side diff --git a/tests/data/test304 b/tests/data/test304 index 5fb352778a..fedf18ff5a 100644 --- a/tests/data/test304 +++ b/tests/data/test304 @@ -1,4 +1,11 @@ + + +HTTPS +HTTP POST + + + # Server-side diff --git a/tests/data/test305 b/tests/data/test305 index cfd210da9c..858a0040e1 100644 --- a/tests/data/test305 +++ b/tests/data/test305 @@ -1,4 +1,12 @@ + + +HTTPS +HTTP GET +FAILURE + + + # Client-side diff --git a/tests/data/test306 b/tests/data/test306 index e463c4b5bf..95d4cef356 100644 --- a/tests/data/test306 +++ b/tests/data/test306 @@ -1,4 +1,11 @@ + + +HTTPS +HTTP GET + + + # # Server-side diff --git a/tests/data/test307 b/tests/data/test307 index 8c954195aa..03c2b3c2d0 100644 --- a/tests/data/test307 +++ b/tests/data/test307 @@ -1,4 +1,11 @@ + + +HTTPS +HTTP GET + + + # # Server-side diff --git a/tests/data/test308 b/tests/data/test308 index cc7b32296c..d20556a199 100644 --- a/tests/data/test308 +++ b/tests/data/test308 @@ -1,4 +1,12 @@ + + +HTTPS +HTTP GET +FAILURE + + + # # Client-side diff --git a/tests/data/test509 b/tests/data/test509 index 3ed434eaa3..d29a4ba782 100644 --- a/tests/data/test509 +++ b/tests/data/test509 @@ -1,4 +1,11 @@ + + +HTTPS +HTTP GET + + + # # Server-side diff --git a/tests/data/test94 b/tests/data/test94 index 63aae01e43..6660302a1e 100644 --- a/tests/data/test94 +++ b/tests/data/test94 @@ -2,6 +2,7 @@ HTTPS +HTTP GET HTTP CONNECT HTTP proxy FAILURE