Skip to content

Commit

Permalink
Per discussion in #189 regarding best practice use of depth and eleva…
Browse files Browse the repository at this point in the history
…tion, updating status and comment for negative values in test data for #187.
  • Loading branch information
chicoreus committed Oct 2, 2020
1 parent a5a919f commit c9cddb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tg2/core/testdata/testdata_VALIDATION_MAXDEPTH_OUTOFRANGE.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"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 default range 0 to 11000 inclusive]"
"-145.3",,,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. provided value is negative, depths must always be positive, use elevation instead.]"
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]"
"-100",-1000,1000,"RUN_HAS_RESULT","NOT_COMPLIANT","[any human readable explanation, e.g. -100 is within the provided parameter range -1000 to 1000 inclusive, but smaller than 0 and depth values may never be smaller than 0.]"
"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 default range 0 to 11000]"
Expand Down

0 comments on commit c9cddb9

Please sign in to comment.