> Quoting now myself on this thread on 07/01/2010 15:04 > >> <name> section of these test definitions should be further expanded >> beyond current 'HTTP GET' description. Keeping it below 80 chars adds >> gold points.
Ouch, I completely missed this part... > BTW, for test cases 1109, 1110 and 1111, the length for the """" > <name> section"""" should not exceed 65 chars to get the 'trivial' > golden points. Ah, and removing the ending period would be nice and in > more harmony with most other tests <name> section. Attached is (hopefully) a patch to address the 65 chars limit and the period issue. Yang, could you validate that I have not misread you this time? By the way, were does this 65 chars limit comes from? Regards, Julien
diff --git a/tests/data/test1109 b/tests/data/test1109 index ac6224c..c18ae46 100644 --- a/tests/data/test1109 +++ b/tests/data/test1109 @@ -23,7 +23,7 @@ hello http </server> <name> -HTTP GET with URL that contains fragment after the path. +HTTP GET with URL that contains fragment after the path </name> <command> http://%HOSTIP:%HTTPPORT/1109#test diff --git a/tests/data/test1110 b/tests/data/test1110 index c7abcae..90ffc41 100644 --- a/tests/data/test1110 +++ b/tests/data/test1110 @@ -24,7 +24,7 @@ hello http </server> <name> -HTTP GET with URL that contains a fragment after the query part. +HTTP GET with URL that contains a fragment after the query part </name> <command> http://%HOSTIP:%HTTPPORT/1110?q=foobar#fragment diff --git a/tests/data/test1111 b/tests/data/test1111 index dcad958..77b78f7 100644 --- a/tests/data/test1111 +++ b/tests/data/test1111 @@ -24,7 +24,7 @@ hello http </server> <name> -HTTP GET with URL that contains a fragment containing a # (which is illegal). +HTTP GET with URL whose fragment contains a # (which is illegal) </name> <command> http://%HOSTIP:%HTTPPORT/1111?q=foobar#fragment#fragment2
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
