summaryrefslogtreecommitdiffstats
path: root/test/vds.c
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-05-09 21:26:09 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2018-05-09 21:26:09 (GMT)
commit278fdfcbdb0b40e8aaf4a850d9050099bedc3696 (patch)
tree0908c9adec6ca63fca21ad196632c8856b33903c /test/vds.c
parentb69bd0771eba5810db3db25217d5f32dc479185e (diff)
downloadhdf5-278fdfcbdb0b40e8aaf4a850d9050099bedc3696.zip
hdf5-278fdfcbdb0b40e8aaf4a850d9050099bedc3696.tar.gz
hdf5-278fdfcbdb0b40e8aaf4a850d9050099bedc3696.tar.bz2
temporary fix for HDFFV-10469
Diffstat (limited to 'test/vds.c')
-rw-r--r--test/vds.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/vds.c b/test/vds.c
index b08a264..051bc9d 100644
--- a/test/vds.c
+++ b/test/vds.c
@@ -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 */