summaryrefslogtreecommitdiffstats
path: root/test/fheap.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-03-23 16:41:44 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-03-23 16:41:44 (GMT)
commitccaefedaf2ff94c8b64291aabbe3b90dcf3a1aaf (patch)
tree1c23b22fc52993f69114d22c0769890f653ff50e /test/fheap.c
parent2aabc3f41568a5daec0f1cae711c97a5bb82878d (diff)
downloadhdf5-ccaefedaf2ff94c8b64291aabbe3b90dcf3a1aaf.zip
hdf5-ccaefedaf2ff94c8b64291aabbe3b90dcf3a1aaf.tar.gz
hdf5-ccaefedaf2ff94c8b64291aabbe3b90dcf3a1aaf.tar.bz2
[svn-r20301] brought revisions 19868:20300 from the 1.8.6_vms branch to the 1.8 branch
Diffstat (limited to 'test/fheap.c')
-rw-r--r--test/fheap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fheap.c b/test/fheap.c
index fd344df..2963e4c 100644
--- a/test/fheap.c
+++ b/test/fheap.c
@@ -15939,7 +15939,9 @@ curr_test = FHEAP_TEST_NORMAL;
nerrors += test_id_limits(fapl, &small_cparam);
nerrors += test_filtered_create(fapl, &small_cparam);
nerrors += test_size(fapl, &small_cparam);
+#ifndef H5_CANNOT_OPEN_TWICE
nerrors += test_reopen_hdr(fapl, &small_cparam);
+#endif /*H5_CANNOT_OPEN_TWICE*/
#else /* QAK */
HDfprintf(stderr, "Uncomment tests!\n");
#endif /* QAK */