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/test1066 | |
parent | 80ffd3581f4c7545f3b4d38138d0c8f11cde1da8 (diff) |
Always use nocheck="yes" for consistency
Diffstat (limited to 'tests/data/test1066')
-rw-r--r-- | tests/data/test1066 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test1066 b/tests/data/test1066 index c2cbff691..bacedefbb 100644 --- a/tests/data/test1066 +++ b/tests/data/test1066 @@ -8,7 +8,7 @@ HTTP GET # Server-side <reply> -<data nocheck="1"> +<data nocheck="yes"> HTTP/1.1 200 OK
Server: thebest/1.0
Content-Type: text/plain
@@ -16,7 +16,7 @@ Content-Length: 6 first </data> -<data1 nocheck="1"> +<data1 nocheck="yes"> HTTP/1.1 200 OK
Server: thebest/1.0
Content-Type: text/plain
|