started adding "keywords" for each test, to better allow us to sum up what

kind of tests we have and how many tests that test certain features
This commit is contained in:
Daniel Stenberg 2005-04-15 23:48:31 +00:00
parent 2fcbf13920
commit dc050e45df
6 changed files with 49 additions and 2 deletions

View file

@ -1,3 +1,10 @@
<info>
<keywords>
HTTP
HTTP GET
</keywords>
</info>
#
# Server-side
<reply name="1">

View file

@ -1,3 +1,10 @@
<info>
<keywords>
HTTP
HTTP GET
HTTP Basic auth
</keywords>
</info>
#
# Server-side
<reply>

View file

@ -1,6 +1,14 @@
<info>
<keywords>
HTTP
HTTP POST
HTTP Basic auth
HTTP response-body but Content-Length: set to 0
</keywords>
</info>
#
# Server-side
<reply name="1">
<reply>
<data>
HTTP/1.0 200 OK
Server: test-server/fake

View file

@ -1,6 +1,14 @@
<info>
<keywords>
HTTP
HTTP GET
HTTP added headers
HTTP replaced headers
</keywords>
</info>
#
# Server-side
<reply name="1">
<reply>
<data>
HTTP/1.1 200 OK
Date: Thu, 09 Nov 2010 14:49:00 GMT

View file

@ -1,3 +1,10 @@
<info>
<keywords>
HTTP
HTTP GET
HTTP proxy
</keywords>
</info>
#
# Server-side
<reply>