diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-21 18:42:40 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-21 18:42:40 +0000 |
commit | 10cbc33a4cb85547c9dccc890fe78c693d00ee51 (patch) | |
tree | 221b7efac961bda802dbad44766a4b215124f1ef /tests/FILEFORMAT | |
parent | d62706ec6d904d9857904705eeefd8965ee55aee (diff) | |
download | curl-10cbc33a4cb85547c9dccc890fe78c693d00ee51.tar.gz |
FILEFORMAT: Added test requires feature not present information
Such as !SSPI as we do for the NTLM and Digest tests.
Diffstat (limited to 'tests/FILEFORMAT')
-rw-r--r-- | tests/FILEFORMAT | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tests/FILEFORMAT b/tests/FILEFORMAT index 0527d7835..0026c3cb8 100644 --- a/tests/FILEFORMAT +++ b/tests/FILEFORMAT @@ -196,8 +196,14 @@ Give only one per line. This subsection is mandatory. <features> A list of features that MUST be present in the client/library for this test to -be able to run (if these features are not present, the test will be -SKIPPED). Features testable here are: +be able to run. If a required feature is not present then the test will be +SKIPPED. + +Alternatively a feature can be prefixed with an exclamation mark to indicate a +feature is NOT required. If the feature is present then the test will be +SKIPPED. + +Features testable here are: axTLS crypto |