summaryrefslogtreecommitdiffstats
path: root/test/th5o.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-12 18:09:08 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-12 18:09:08 (GMT)
commitb3b06d2703eea051b0025c075f8c6742fcca1200 (patch)
treee5d30a77a8250c6bb67591e914611541df4cddc2 /test/th5o.c
parent806a3bfa7357d314d9736740c059deb5a89cad20 (diff)
downloadhdf5-b3b06d2703eea051b0025c075f8c6742fcca1200.zip
hdf5-b3b06d2703eea051b0025c075f8c6742fcca1200.tar.gz
hdf5-b3b06d2703eea051b0025c075f8c6742fcca1200.tar.bz2
[svn-r27765] Merges from trunk:
- VMS code removal: 27572 - Dataspace memory error: 27605 - Extraneous dataset flush: 27615 - Warning quieting: 27623 - Hyperslab error clarity: 27631 - Duplicate attribute macros: 27753 Tested on: koala w/ C++ and Fortran
Diffstat (limited to 'test/th5o.c')
-rw-r--r--test/th5o.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/th5o.c b/test/th5o.c
index 3e6b8cb..3eb37b8 100644
--- a/test/th5o.c
+++ b/test/th5o.c
@@ -1356,9 +1356,7 @@ test_h5o(void)
test_h5o_link(); /* Test object link routine */
test_h5o_comment(); /* Test routines for comment */
test_h5o_comment_by_name(); /* Test routines for comment by name */
-#ifndef H5_CANNOT_OPEN_TWICE /* OpenVMS can't open a file twice */
test_h5o_getinfo_same_file(); /* Test info for objects in the same file */
-#endif /* H5_CANNOT_OPEN_TWICE */
} /* test_h5o() */