summaryrefslogtreecommitdiffstats
path: root/test/vds.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2019-05-13 16:40:59 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2019-05-13 16:40:59 (GMT)
commit7f616e0b8aea6a4f41aab38fa25ca2082ddaf9bf (patch)
tree55ae663f4f1a49b786d13c91cca9330584b42335 /test/vds.c
parent4dfcc225ba98a5ad1bc4283b8eacde0bb6f7484c (diff)
parent1d87374f68a28a215878a47e1203711dc95ac716 (diff)
downloadhdf5-7f616e0b8aea6a4f41aab38fa25ca2082ddaf9bf.zip
hdf5-7f616e0b8aea6a4f41aab38fa25ca2082ddaf9bf.tar.gz
hdf5-7f616e0b8aea6a4f41aab38fa25ca2082ddaf9bf.tar.bz2
Merge pull request #1671 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/v110_HDFFV-10365-h5sencode-decode-bug-when-num to hdf5_1_10
* commit '1d87374f68a28a215878a47e1203711dc95ac716': Make corresponding changes for H5Sencode based on PR #1645 to develop branch. The core changes are to revert previous modifications now that we use API context for fapl.
Diffstat (limited to 'test/vds.c')
-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 */