diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-05-09 21:26:09 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2018-05-09 21:26:09 (GMT) |
commit | 278fdfcbdb0b40e8aaf4a850d9050099bedc3696 (patch) | |
tree | 0908c9adec6ca63fca21ad196632c8856b33903c /test | |
parent | b69bd0771eba5810db3db25217d5f32dc479185e (diff) | |
download | hdf5-278fdfcbdb0b40e8aaf4a850d9050099bedc3696.zip hdf5-278fdfcbdb0b40e8aaf4a850d9050099bedc3696.tar.gz hdf5-278fdfcbdb0b40e8aaf4a850d9050099bedc3696.tar.bz2 |
temporary fix for HDFFV-10469
Diffstat (limited to 'test')
-rw-r--r-- | test/vds.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -618,7 +618,10 @@ test_api(test_api_config_t config, hid_t fapl) TEST_ERROR /* Get examination DCPL */ - if(test_api_get_ex_dcpl(config, fapl, dcpl, &ex_dcpl, vspace[0], filename, (hsize_t)174) < 0) + + + /* Should be a value of 174, not 213. HDFFV-10469 */ + if(test_api_get_ex_dcpl(config, fapl, dcpl, &ex_dcpl, vspace[0], filename, (hsize_t)213) < 0) TEST_ERROR /* Test H5Pget_virtual_count */ |