diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-01-07 21:57:26 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-01-07 21:57:26 +0000 |
commit | 14b6cc4e22d5db75eda3bcd756ab52748cd2b34a (patch) | |
tree | 227cf26c29486aec3fa9372c8135711cbb5b098d /tests/data/test193 | |
parent | 80ffd3581f4c7545f3b4d38138d0c8f11cde1da8 (diff) |
Always use nocheck="yes" for consistency
Diffstat (limited to 'tests/data/test193')
-rw-r--r-- | tests/data/test193 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test193 b/tests/data/test193 index 19057751d..c5425bb3f 100644 --- a/tests/data/test193 +++ b/tests/data/test193 @@ -11,7 +11,7 @@ followlocation # # Server-side <reply> -<data nocheck="1"> +<data nocheck="yes"> HTTP/1.1 302 OK swsbounce swsclose Date: Thu, 09 Nov 2010 14:49:00 GMT Content-Length: 8 @@ -20,7 +20,7 @@ Location: ./193 monster </data> -<data1 nocheck="1"> +<data1 nocheck="yes"> HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Content-Length: 8 |