Skip to content

Commit 2ce4fd9

Browse files
Added tests for DAP4 DMR
1 parent fa62e34 commit 2ce4fd9

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

bes-testsuite/nc4_netcdf_handler_tests.at

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,20 @@ AT_BESCMD_BINARYDATA_RESPONSE_TEST([ref_tst_enum_data_1.nc.3.bescmd])
112112
# ... and UInt32
113113
AT_BESCMD_BINARYDATA_RESPONSE_TEST([ref_tst_enum_data_2.nc.3.bescmd])
114114

115-
116-
117-
115+
# DAP4 response tests
116+
AT_BESCMD_RESPONSE_TEST([nc4_nc_classic_compressed.nc.dmr.bescmd])
117+
AT_BESCMD_RESPONSE_TEST([nc4_nc_classic_no_comp.nc.dmr.bescmd])
118+
AT_BESCMD_RESPONSE_TEST([nc4_strings.nc.dmr.bescmd])
119+
AT_BESCMD_RESPONSE_TEST([nc4_strings_comp.nc.dmr.bescmd])
120+
AT_BESCMD_RESPONSE_TEST([nc4_unsigned_types.nc.dmr.bescmd])
121+
AT_BESCMD_RESPONSE_TEST([nc4_unsigned_types_comp.nc.dmr.bescmd])
122+
AT_BESCMD_RESPONSE_TEST([ref_tst_compound.nc.dmr.bescmd])
123+
AT_BESCMD_RESPONSE_TEST([ref_tst_compound2.nc.dmr.bescmd])
124+
AT_BESCMD_RESPONSE_TEST([ref_tst_compound3.nc.dmr.bescmd])
125+
AT_BESCMD_RESPONSE_TEST([ref_tst_compound4.nc.dmr.bescmd])
126+
AT_BESCMD_RESPONSE_TEST([ref_tst_compound5.nc.dmr.bescmd])
127+
AT_BESCMD_RESPONSE_TEST([ref_tst_enum_data.nc.dmr.bescmd])
128+
AT_BESCMD_RESPONSE_TEST([ref_tst_enum_data_1.nc.dmr.bescmd])
129+
AT_BESCMD_RESPONSE_TEST([ref_tst_enum_data_2.nc.dmr.bescmd])
130+
AT_BESCMD_RESPONSE_TEST([ref_tst_opaque_data.nc.dmr.bescmd])
131+
AT_BESCMD_RESPONSE_TEST([stringtest.nc.dmr.bescmd])

0 commit comments

Comments
 (0)