summaryrefslogtreecommitdiffstats
path: root/test/links.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2011-04-13 21:03:30 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2011-04-13 21:03:30 (GMT)
commitce35ebecfb51fd09b0248fb0388917aec43e261e (patch)
treedc2202be42b63a543c2f9359698140e593cd13c0 /test/links.c
parent3ca91ad9dc71810929a0d4148f387d6bde605df9 (diff)
downloadhdf5-ce35ebecfb51fd09b0248fb0388917aec43e261e.zip
hdf5-ce35ebecfb51fd09b0248fb0388917aec43e261e.tar.gz
hdf5-ce35ebecfb51fd09b0248fb0388917aec43e261e.tar.bz2
[svn-r20491] 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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/links.c b/test/links.c
index 50801c0..236bb10 100644
--- a/test/links.c
+++ b/test/links.c
@@ -6799,7 +6799,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 */
@@ -6937,7 +6937,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 */
@@ -7047,7 +7047,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 */