ECC-1620: Restore test

This commit is contained in:
Eugen Betke 2023-10-12 22:13:44 +00:00
parent 9215c5ed66
commit e0cd0dc793
1 changed files with 2 additions and 3 deletions

View File

@ -137,9 +137,8 @@ grib_check_key_equals $temp "stepRange:d" "28"
${tools_dir}/grib_set -s stepRange:i=24 $grib2_sample $temp
grib_check_key_equals $temp "stepRange,startStep,endStep" "24 24 24"
# Should this be an error? currently this gets cast from double to int
# In ECC-1620 this behaviour changes
#${tools_dir}/grib_set -s stepRange:d=14.56 $grib2_sample $temp
#grib_check_key_equals $temp "stepRange,startStep,endStep" "14 14 14"
${tools_dir}/grib_set -s stepRange:d=14.56 $grib2_sample $temp
grib_check_key_equals $temp "stepRange,startStep,endStep" "14 14 14"
# Key validityDateTime
# -----------------------------------------------