Skip to content

Commit

Permalink
ECC-1832: Add check of MARS namespace key to test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg41 committed Nov 13, 2024
1 parent 89940a5 commit 4ac238f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/grib_destine_mars_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ${tools_dir}/grib_compare -b productionStatusOfProcessedData $sample_grib2 $temp
${tools_dir}/grib_set -s dataset=4 $destine_sample $temp_grib_a

grib_check_key_exists $temp_grib_a dataset,georef
grib_check_key_equals $temp_grib_a "dataset,dataset:s,georef" "4 on-demand-extremes-dt s0000000"
grib_check_key_equals $temp_grib_a "dataset,dataset:s,georef,mars.georef" "4 on-demand-extremes-dt s0000000 s0000000"

# Check an example where a few additional things are set in on-demand-extremes-dt

Expand Down

0 comments on commit 4ac238f

Please sign in to comment.