summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-05-17 16:51:34 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2018-05-17 16:51:34 (GMT)
commit4df595946c82f739554060c846e4586d07e3d585 (patch)
tree523709249b055a89f97eb4bcca1c0b27af58bd7a /test
parent6da75cffd2356fb5b5b92204b2d1c34a0e2e99ea (diff)
downloadhdf5-4df595946c82f739554060c846e4586d07e3d585.zip
hdf5-4df595946c82f739554060c846e4586d07e3d585.tar.gz
hdf5-4df595946c82f739554060c846e4586d07e3d585.tar.bz2
Fix for HDFFV-10469: set to latest format for virtual layout encoding.
Diffstat (limited to 'test')
-rw-r--r--test/vds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vds.c b/test/vds.c
index 051bc9d..42bb0b8 100644
--- a/test/vds.c
+++ b/test/vds.c
@@ -621,7 +621,7 @@ test_api(test_api_config_t config, hid_t fapl)
/* 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)
+ if(test_api_get_ex_dcpl(config, fapl, dcpl, &ex_dcpl, vspace[0], filename, (hsize_t)174) < 0)
TEST_ERROR
/* Test H5Pget_virtual_count */