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/test1368 | |
parent | b3440f490f80b78733412d48e6c23a9cc71033ca (diff) |
tests: specify 'text' mode for some output files in verify section
Diffstat (limited to 'tests/data/test1368')
-rw-r--r-- | tests/data/test1368 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test1368 b/tests/data/test1368 index 37f058c22..9dc9a5e16 100644 --- a/tests/data/test1368 +++ b/tests/data/test1368 @@ -51,11 +51,11 @@ Accept: */* </protocol> -<file1 name="log/outfile1368"> +<file1 name="log/outfile1368" mode="text"> 12345 </file1> -<file2 name="log/heads1368"> +<file2 name="log/heads1368" mode="text"> HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Server: test-server/fake @@ -65,7 +65,7 @@ Content-Type: text/html </file2> -<file3 name="log/stdout1368"> +<file3 name="log/stdout1368" mode="text"> </file3> </verify> |