ECC-403: test is_missing for string key

This commit is contained in:
Shahram Najm 2020-12-11 18:28:41 +00:00
parent 2f90f4a3e6
commit 15652829ff
1 changed files with 2 additions and 0 deletions

View File

@ -485,8 +485,10 @@ cat > $fRules <<EOF
set unpack=1;
transient m1 = missing(heightOfBarometerAboveMeanSeaLevel);
transient m2 = missing(blockNumber);
transient m3 = missing(stationOrSiteName);
assert ( m1 == 1 );
assert ( m2 == 1 );
assert ( m3 == 1 );
EOF
f="$ECCODES_SAMPLES_PATH/BUFR4.tmpl"
${tools_dir}/codes_bufr_filter $fRules $f