diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2006-02-22 23:55:28 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2006-02-22 23:55:28 +0000 |
commit | d29147565c000c01a5ac20b12993c8fd726b1fa2 (patch) | |
tree | c76763eb855ace7c12f599707ffd843208321134 /tests/data/test57 | |
parent | 75c943055962180f178f3b37bcee855fdaf640c0 (diff) |
Fixed test case 57 (KNOWN_BUG #18)
Diffstat (limited to 'tests/data/test57')
-rw-r--r-- | tests/data/test57 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/data/test57 b/tests/data/test57 index f657ef0f7..5c63d8c54 100644 --- a/tests/data/test57 +++ b/tests/data/test57 @@ -7,7 +7,7 @@ HTTP GET </info> # Server-side <reply> -<data> +<data nocheck=1> HTTP/1.1 200 OK swsclose Funny-head: yesyes Content-Type: text/html; charset=ISO-8859-4 @@ -24,15 +24,15 @@ http HTTP content-type with spaces in </name> <command> --w '%{content_type}\n' %HOSTIP:%HTTPPORT/57 -o log/out57 +-w '%{content_type}\n' http://%HOSTIP:%HTTPPORT/57 -o log/out57 </command> -</test> +</client> # Verify data after the test has been "shot" <verify> -<file name="log/out57"> +<stdout mode=text> text/html; charset=ISO-8859-4 -</file> +</stdout> <strip> ^User-Agent:.* </strip> |