summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-21 13:52:48 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-21 13:52:48 (GMT)
commit0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63 (patch)
tree418e38c9b85f1906eefaa962c30f5053e0503642 /test
parent2b195049effb4bfd58a03d4b87037da35b5bccc5 (diff)
downloadhdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.zip
hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.tar.gz
hdf5-0ecf47141483e63a02f8b2f3b9d9c790a3ff4b63.tar.bz2
[svn-r26264] Merge of r26225 from trunk.
Removed a a work-around for a broken CodeWarrior open() call from configure that causes a test in test/tfile.c to be skipped. This change removes the H5_NO_SHARED_WRITING symbol. Tested on: jam (no code changes w/ non-CodeWarrior compilers)
Diffstat (limited to 'test')
-rw-r--r--test/tfile.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/tfile.c b/test/tfile.c
index 82e0182..adb063c 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -2957,9 +2957,7 @@ test_file(void)
test_file_create(); /* Test file creation(also creation templates)*/
test_file_open(); /* Test file opening */
-#ifndef H5_NO_SHARED_WRITING
test_file_close(); /* Test file close behavior */
-#endif /* H5_NO_SHARED_WRITING */
test_get_file_id(); /* Test H5Iget_file_id */
test_get_obj_ids(); /* Test H5Fget_obj_ids for Jira Issue 8528 */
test_file_perm(); /* Test file access permissions */