diff options
author | Yang Tse <yangsita@gmail.com> | 2013-03-18 20:44:46 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-03-18 20:45:35 +0100 |
commit | b0dfbf305a86bd8312090c6c1ff275a6f895a763 (patch) | |
tree | 3a250b559aa30c14bacbe30e73dae21546edb15c /tests/data/test1372 | |
parent | b3440f490f80b78733412d48e6c23a9cc71033ca (diff) |
tests: specify 'text' mode for some output files in verify section
Diffstat (limited to 'tests/data/test1372')
-rw-r--r-- | tests/data/test1372 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1372 b/tests/data/test1372 index 30a64aaa1..9c617f8a5 100644 --- a/tests/data/test1372 +++ b/tests/data/test1372 @@ -50,7 +50,7 @@ Accept: */* </protocol> -<file1 name="log/outfile1372"> +<file1 name="log/outfile1372" mode="text"> HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake @@ -61,7 +61,7 @@ Content-Type: text/html 12345 </file1> -<file2 name="log/heads1372"> +<file2 name="log/heads1372" mode="text"> HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake @@ -71,7 +71,7 @@ Content-Type: text/html </file2> -<file3 name="log/stdout1372"> +<file3 name="log/stdout1372" mode="text"> </file3> </verify> |