From fc1443dcfc65adb1a47266446bbf0798d3cd6dc9 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 9 Feb 2008 02:08:34 +0000 Subject: Added key words to all SSL-using tests so they can be skipped if necessary. Removed a few unnecessary requires SSL statements. --- CHANGES | 4 ++++ tests/data/test146 | 5 +++-- tests/data/test183 | 11 ++++++++--- tests/data/test184 | 11 ++++++++--- tests/data/test185 | 10 +++++++--- tests/data/test300 | 7 +++++++ tests/data/test301 | 8 ++++++++ tests/data/test302 | 10 ++++++++++ tests/data/test304 | 7 +++++++ tests/data/test305 | 8 ++++++++ tests/data/test306 | 7 +++++++ tests/data/test307 | 7 +++++++ tests/data/test308 | 8 ++++++++ tests/data/test509 | 7 +++++++ tests/data/test94 | 1 + 15 files changed, 100 insertions(+), 11 deletions(-) diff --git a/CHANGES b/CHANGES index 98e29d9b6..28e8d1fb5 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 d9e52c8b9..e04f8f04d 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 cf20083f9..5fd01442a 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 3f1403bb3..e7b860e86 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 3ba31f888..fafd04e4b 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 310055606..7b4222d12 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 9d0f7d807..d5974ce69 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 c989b7263..1223f1c33 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 5fb352778..fedf18ff5 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 cfd210da9..858a0040e 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 e463c4b5b..95d4cef35 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 8c954195a..03c2b3c2d 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 cc7b32296..d20556a19 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 3ed434eaa..d29a4ba78 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 63aae01e4..6660302a1 100644 --- a/tests/data/test94 +++ b/tests/data/test94 @@ -2,6 +2,7 @@ HTTPS +HTTP GET HTTP CONNECT HTTP proxy FAILURE -- cgit v1.2.3