Added key words to all SSL-using tests so they can be skipped if necessary.

Removed a few unnecessary requires SSL statements.
This commit is contained in:
Dan Fandrich 2008-02-09 02:08:34 +00:00
parent 59e3651af3
commit fc1443dcfc
15 changed files with 100 additions and 11 deletions

View File

@ -6,6 +6,10 @@
Changelog 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) Daniel S (8 Feb 2008)
- Mike Hommey filed and fixed bug report #1889856 - Mike Hommey filed and fixed bug report #1889856
(http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl (http://curl.haxx.se/bug/view.cgi?id=1889856): When using the gnutls ssl

View File

@ -3,9 +3,10 @@
<keywords> <keywords>
FTP FTP
RETR RETR
persistant connection persistent connection
</keywords> </keywords>
</info> </info>
# Server-side # Server-side
<reply> <reply>
<data> <data>
@ -19,7 +20,7 @@ this is file contents
ftp ftp
</server> </server>
<name> <name>
persistant FTP with different paths persistent FTP with different paths
</name> </name>
<command> <command>
ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146 ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146

View File

@ -1,4 +1,12 @@
<testcase> <testcase>
<info>
<keywords>
HTTP
HTTP GET
persistent connection
</keywords>
</info>
# Server-side # Server-side
<reply> <reply>
<data> <data>
@ -15,9 +23,6 @@ moo
<server> <server>
http http
</server> </server>
<features>
SSL
</features>
<name> <name>
HTTP GET two URLs over a single proxy with persistent connection HTTP GET two URLs over a single proxy with persistent connection
</name> </name>

View File

@ -1,4 +1,12 @@
<testcase> <testcase>
<info>
<keywords>
HTTP
HTTP GET
followlocation
</keywords>
</info>
# Server-side # Server-side
<reply> <reply>
<data> <data>
@ -35,9 +43,6 @@ moo
<server> <server>
http http
</server> </server>
<features>
SSL
</features>
<name> <name>
HTTP replace Host: when following Location: to new host HTTP replace Host: when following Location: to new host
</name> </name>

View File

@ -1,4 +1,11 @@
<testcase> <testcase>
<info>
<keywords>
HTTP
HTTP GET
followlocation
</keywords>
# Server-side # Server-side
<reply> <reply>
<data> <data>
@ -35,9 +42,6 @@ moo
<server> <server>
http http
</server> </server>
<features>
SSL
</features>
<name> <name>
HTTP replace Host: when following Location: on the same host HTTP replace Host: when following Location: on the same host
</name> </name>

View File

@ -1,4 +1,11 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP GET
</keywords>
</info>
# #
# Server-side # Server-side
<reply> <reply>

View File

@ -1,4 +1,12 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP GET
HTTP Basic auth
</keywords>
</info>
# #
# Server-side # Server-side
<reply> <reply>

View File

@ -1,4 +1,14 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP GET
HTTP CONNECT
HTTP proxy
FAILURE
</keywords>
</info>
# Client-side # Client-side
<client> <client>
<features> <features>

View File

@ -1,4 +1,11 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP POST
</keywords>
</info>
# Server-side # Server-side
<reply> <reply>
<data> <data>

View File

@ -1,4 +1,12 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP GET
FAILURE
</keywords>
</info>
# Client-side # Client-side
<client> <client>
<features> <features>

View File

@ -1,4 +1,11 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP GET
</keywords>
</info>
# #
# Server-side # Server-side
<reply> <reply>

View File

@ -1,4 +1,11 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP GET
</keywords>
</info>
# #
# Server-side # Server-side
<reply> <reply>

View File

@ -1,4 +1,12 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP GET
FAILURE
</keywords>
</info>
# #
# Client-side # Client-side
<client> <client>

View File

@ -1,4 +1,11 @@
<testcase> <testcase>
<info>
<keywords>
HTTPS
HTTP GET
</keywords>
</info>
# #
# Server-side # Server-side
<reply> <reply>

View File

@ -2,6 +2,7 @@
<info> <info>
<keywords> <keywords>
HTTPS HTTPS
HTTP GET
HTTP CONNECT HTTP CONNECT
HTTP proxy HTTP proxy
FAILURE FAILURE