started adding "keywords" for each test, to better allow us to sum up what
authorDaniel Stenberg <daniel@haxx.se>
Fri, 15 Apr 2005 23:48:31 +0000 (23:48 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 15 Apr 2005 23:48:31 +0000 (23:48 +0000)
kind of tests we have and how many tests that test certain features

tests/FILEFORMAT
tests/data/test1
tests/data/test2
tests/data/test3
tests/data/test4
tests/data/test5

index 1225a36..616adcd 100644 (file)
@@ -13,6 +13,16 @@ command has been run ended up correctly.
 specified, that will be checked/used if specified. This document includes all
 the subsections currently supported.
 
+Main sections are 'info', 'reply', 'client' and 'verify'.
+
+<info>
+<keywords>
+A newline-separated list of keywords describing what this test case uses and
+tests. Try to use an already used keyword. These keywords will be used for
+statistical/informational purposes.
+</keywords>
+</info>
+
 <reply>
 <data [nocheck=1] [sendzero=yes] [base64=yes]>
 §data to sent to the client on its request and later verified that it arrived
index 7ddff50..93a0f56 100644 (file)
@@ -1,3 +1,10 @@
+<info>
+<keywords>
+HTTP
+HTTP GET
+</keywords>
+</info>
+
 #
 # Server-side
 <reply name="1">
index ecc996a..e2aedff 100644 (file)
@@ -1,3 +1,10 @@
+<info>
+<keywords>
+HTTP
+HTTP GET
+HTTP Basic auth
+</keywords>
+</info>
 #
 # Server-side
 <reply>
index bf3d01d..b5e8ea7 100644 (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\r
 Server: test-server/fake\r
index 65f3ba0..2577343 100644 (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
index 0a3d21f..ad51eac 100644 (file)
@@ -1,3 +1,10 @@
+<info>
+<keywords>
+HTTP
+HTTP GET
+HTTP proxy
+</keywords>
+</info>
 #
 # Server-side
 <reply>