summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2010-09-15 18:31:24 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2010-09-15 18:31:24 (GMT)
commit6ef5b395eab45a61ff944d7d9214dca32730b826 (patch)
tree30193b59e3affeb2bbd20384e4746e49a58a5609 /test
parentbf8d33a34b756a926f146a5507f7ecfcee3d3579 (diff)
downloadhdf5-6ef5b395eab45a61ff944d7d9214dca32730b826.zip
hdf5-6ef5b395eab45a61ff944d7d9214dca32730b826.tar.gz
hdf5-6ef5b395eab45a61ff944d7d9214dca32730b826.tar.bz2
[svn-r19388] Purpose: Fix build error
Description: When merging r19386 from the trunk calls to H5AC_ignore_tags were not removed. This has been corrected. Tested: Fedora
Diffstat (limited to 'test')
-rw-r--r--test/fheap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/fheap.c b/test/fheap.c
index 4f1466e..9358995 100644
--- a/test/fheap.c
+++ b/test/fheap.c
@@ -2912,10 +2912,6 @@ test_reopen_hdr(hid_t fapl, H5HF_create_t *cparam)
if(NULL == (f = (H5F_t *)H5I_object(file1)))
FAIL_STACK_ERROR
- /* Ignore metadata tags in the file's cache */
- if (H5AC_ignore_tags(f) < 0)
- FAIL_STACK_ERROR
-
/* Display testing message */
TESTING("reopening header through different file")
@@ -2956,10 +2952,6 @@ test_reopen_hdr(hid_t fapl, H5HF_create_t *cparam)
if(NULL == (f = (H5F_t *)H5I_object(file1)))
FAIL_STACK_ERROR
- /* Ignore metadata tags in the file's cache */
- if (H5AC_ignore_tags(f) < 0)
- FAIL_STACK_ERROR
-
/* Open the heap */
if(NULL == (fh = H5HF_open(f, dxpl, fh_addr)))
FAIL_STACK_ERROR