diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2011-04-13 21:05:40 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2011-04-13 21:05:40 (GMT) |
commit | ad86a38f7035f750887ba98be98e75cbcd6fcdf2 (patch) | |
tree | 0aaeb5a9b70380c7740d9507ee9cc7eebaa7b6e3 /test/links.c | |
parent | 2815eefb6b0ea608712e0abbc1d3db0910b4cd80 (diff) | |
download | hdf5-ad86a38f7035f750887ba98be98e75cbcd6fcdf2.zip hdf5-ad86a38f7035f750887ba98be98e75cbcd6fcdf2.tar.gz hdf5-ad86a38f7035f750887ba98be98e75cbcd6fcdf2.tar.bz2 |
[svn-r20492] Rename H5Frelease_file_cache to H5Fclear_elink_file_cache.
Tested: Fedora (too minor for full committest)
Diffstat (limited to 'test/links.c')
-rw-r--r-- | test/links.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/links.c b/test/links.c index 065ae08..25ecb23 100644 --- a/test/links.c +++ b/test/links.c @@ -6816,7 +6816,7 @@ external_file_cache(hid_t fapl, hbool_t new_format) TEST_ERROR /* Release file 1's EFC */ - if(H5Frelease_file_cache(fid1) < 0) + if(H5Fclear_elink_file_cache(fid1) < 0) TEST_ERROR /* Verify that only the parent file is now open */ @@ -6954,7 +6954,7 @@ external_file_cache(hid_t fapl, hbool_t new_format) TEST_ERROR /* Release file 1's EFC */ - if(H5Frelease_file_cache(fid1) < 0) + if(H5Fclear_elink_file_cache(fid1) < 0) TEST_ERROR /* Verify that only file 1 is now open */ @@ -7064,7 +7064,7 @@ external_file_cache(hid_t fapl, hbool_t new_format) TEST_ERROR /* Release file 1's EFC */ - if(H5Frelease_file_cache(fid1) < 0) + if(H5Fclear_elink_file_cache(fid1) < 0) TEST_ERROR /* Verify that only file 1 is now open */ |