summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/vds.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/vds.c b/test/vds.c
index 66e137f..e4f886e 100644
--- a/test/vds.c
+++ b/test/vds.c
@@ -619,9 +619,8 @@ test_api(test_api_config_t config, hid_t fapl)
/* Get examination DCPL */
-
- /* 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)174) < 0)
+ /* Correct previous fix for 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 */