summaryrefslogtreecommitdiffstats
path: root/test/dtypes.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2011-08-18 15:58:40 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2011-08-18 15:58:40 (GMT)
commit30bf1869ff0c9e6d3441566ba63404461fef9c8c (patch)
tree320f213cfeeaebf759fdb6aa05bbad0cd94d7cd9 /test/dtypes.c
parentcaad58c541fcbcec522d784b13100860b1d32f7a (diff)
downloadhdf5-30bf1869ff0c9e6d3441566ba63404461fef9c8c.zip
hdf5-30bf1869ff0c9e6d3441566ba63404461fef9c8c.tar.gz
hdf5-30bf1869ff0c9e6d3441566ba63404461fef9c8c.tar.bz2
[svn-r21250] I skipped two test cases (in two functions test_delete_obj_named and test_delete_obj_named_fileid) for VMS using the macro H5_CANNOT_OPEN_TWICE because they open the same file twice.
Tested on jam.
Diffstat (limited to 'test/dtypes.c')
-rw-r--r--test/dtypes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dtypes.c b/test/dtypes.c
index ca19782..57ac4e6 100644
--- a/test/dtypes.c
+++ b/test/dtypes.c
@@ -7160,8 +7160,10 @@ main(void)
nerrors += test_latest();
nerrors += test_int_float_except();
nerrors += test_named_indirect_reopen(fapl);
+#ifndef H5_CANNOT_OPEN_TWICE
nerrors += test_delete_obj_named(fapl);
nerrors += test_delete_obj_named_fileid(fapl);
+#endif /*H5_CANNOT_OPEN_TWICE*/
nerrors += test_set_order_compound(fapl);
nerrors += test_str_create();
#ifndef H5_NO_DEPRECATED_SYMBOLS