ola
ola copied to clipboard
Label fields within integers should be valid without having to be explicitly listed in a range
Or alternatively for now add a test that flags when a label isn't in the valid list...
I.e. IsValid should check LabeledValues as well as Intervals before complaining the value isn't valid.
Although the error status (via the name) would need to include all the labels too!
This also wouldn't be backwards compatible for older OLA versions, as the value wouldn't be present in the range.
This is currently only an issue when there are ranges specified...
But otherwise it assumes that anything is valid...