-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating test data and text comments for test data for example test d…
- Loading branch information
Showing
1 changed file
with
21 additions
and
8 deletions.
There are no files selected for viewing
29 changes: 21 additions & 8 deletions
29
tg2/core/testdata/testdata_validation_maxdepth_outofrange.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,34 @@ | ||
"dwc:maximumDepthInMeters","bdq:minimumValidDepthInMeters","bdq:maximumValidDepthInMeters","Response.Status","Response.Result","Response.Comment" | ||
100,0,11000,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 100 is in the range 0 to 11000 inclusive]" | ||
100,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 100 is in the default range 0 to 11000 inclusive]" | ||
200000,,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. 200000 is outside the range 0 to 11000 inclusive]" | ||
0.4,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 0.4 is in the range 0 to 11000 inclusive]" | ||
0,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 0 is in the range 0 to 11000 inclusive]" | ||
11000,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 11000 is in the range 0 to 11000 inclusive]" | ||
11000.1,,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. 11000.1 is outside the range 0 to 11000 inclusive]" | ||
200000,,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. 200000 is outside the default range 0 to 11000 inclusive]" | ||
0.4,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 0.4 is in the default range 0 to 11000 inclusive]" | ||
0,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 0 is in the default range 0 to 11000 inclusive]" | ||
11000,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 11000 is in the default range 0 to 11000 inclusive]" | ||
11000.1,,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. 11000.1 is outside the default range 0 to 11000 inclusive]" | ||
"thirty",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. provided value must be a number to be validated]" | ||
"maximumDepthInMeters",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. provided value must be a number to be validated]" | ||
"10 fathoms",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. provided value must be a number to be validated]" | ||
"10 meters",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. provided value must be a number to be validated]" | ||
"10 m",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. provided value must be a number to be validated]" | ||
"10m",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. provided value must be a number to be validated]" | ||
,,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. a value must be provided to be validated]" | ||
"null",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. provided value must be a number to be validated]" | ||
"-145.3",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is outside the range 0 to 11000 inclusive]" | ||
"-145.3",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is outside the default range 0 to 11000 inclusive]" | ||
1000,10,100,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. 1000 is outside the provided parameter range 10 to 100]" | ||
"-100",-1000,1000,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. -100 is within the provided parameter range -1000 to 1000 inclusive]" | ||
"12000",-1000,15000,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 12000 is within the provided parameter range -1000 to 15000 inclusive]" | ||
"[no depth specified]",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. provided value must be a number to be validated]" | ||
115.2,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 115.2 is in the range 0 to 11000]" | ||
115.2,,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 115.2 is in the default range 0 to 11000]" | ||
"1828.8 ",,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. provided value is in range 0 to 11000 (Note: leading and trailing spaces must be trimmed before test)]" | ||
" 1828.8 ",,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. provided value is in range 0 to 11000 (Note: leading and trailing spaces must be trimmed before test)]" | ||
"-354",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g., the value is a negative number and is therefore outside the permissible range]" | ||
"2147483647",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is not an integer in the default range 0 to 11000 inclusive.]" | ||
"2147483648",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is not an integer in the default range 0 to 11000 inclusive.]" | ||
"2147483649",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is not an integer in the default range 0 to 11000 inclusive.]" | ||
"4294967294",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is not an integer in the default range 0 to 11000 inclusive.]" | ||
"4294967295",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is not an integer in the default range 0 to 11000 inclusive.]" | ||
"4294967296",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is not an integer in the default range 0 to 11000 inclusive.]" | ||
"1,828.8",,,"INTERNAL_PREREQUISITES_NOT_MET",,"[any human readable explanation, e.g. comma not recognized as a place separator, provided value must be a number **NeedsDiscussion**]" | ||
"1 828.8",,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. space recognized as a place separator, provided value is in range 0 to 11000 **NeedsDiscussion**]" | ||
"115,2",,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 115,2 is in the range 0 to 11000 where both . and , are recognized as decimal separators **Needs Discussion**]" | ||
"115,2",,,"RUN_HAS_RESULT","COMPLIANT","[any human readable explanation, e.g. 115,2 is in the default range 0 to 11000 where both . and , are recognized as decimal separators **Needs Discussion**]" |