diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-05-17 16:51:34 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2018-05-17 16:51:34 (GMT) |
commit | 4df595946c82f739554060c846e4586d07e3d585 (patch) | |
tree | 523709249b055a89f97eb4bcca1c0b27af58bd7a /test | |
parent | 6da75cffd2356fb5b5b92204b2d1c34a0e2e99ea (diff) | |
download | hdf5-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |