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/test197 | |
parent | 80ffd3581f4c7545f3b4d38138d0c8f11cde1da8 (diff) |
Always use nocheck="yes" for consistency
Diffstat (limited to 'tests/data/test197')
-rw-r--r-- | tests/data/test197 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test197 b/tests/data/test197 index 39fae5e7c..062f469f2 100644 --- a/tests/data/test197 +++ b/tests/data/test197 @@ -2,14 +2,14 @@ # # Server-side <reply> -<data nocheck="1"> +<data nocheck="yes"> HTTP/1.1 503 OK swsbounce Date: Thu, 09 Nov 2010 14:49:00 GMT Content-Length: 21 server not available </data> -<data1 nocheck="1"> +<data1 nocheck="yes"> HTTP/1.1 200 OK Date: Thu, 09 Nov 2010 14:49:00 GMT Content-Length: 3 |