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/FILEFORMAT | |
parent | 80ffd3581f4c7545f3b4d38138d0c8f11cde1da8 (diff) |
Always use nocheck="yes" for consistency
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index a1d82bf46..342d8266b 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -37,9 +37,9 @@ which are treated together as a single identifier. </info> <reply> -<data [nocheck="1"] [sendzero="yes"] [base64="yes"]> +<data [nocheck="yes"] [sendzero="yes"] [base64="yes"]> data to be sent to the client on its request and later verified that it arrived -safely. Set nocheck="1" to prevent the test script from verifying the arrival +safely. Set nocheck="yes" to prevent the test script from verifying the arrival of this data. If the data contains 'swsclose' anywhere within the start and end tag, and |