summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-02-19 05:24:09 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-02-19 05:24:09 (GMT)
commita7f70203b41e52942c67e07b927291cc2a03ff8c (patch)
treefd926ea90e07684ed86a47f3af2a8825b2dc7709 /test
parent32c030ad2b2451d6d71c029f1915c5149434b034 (diff)
downloadhdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.zip
hdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.tar.gz
hdf5-a7f70203b41e52942c67e07b927291cc2a03ff8c.tar.bz2
[svn-r26225] Removes broken open() call work-around that was specific to the now
unsupported Code Warrior compiler. Also removes the H5_NO_SHARED_WRITING symbol from the pubconf file. Fixes: HDFFV-9080 Tested on: jam only, after bin/reconfigure (all platforms should see no source changes)
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 4bef41c..5de035a 100644
--- a/test/tfile.c
+++ b/test/tfile.c
@@ -3652,9 +3652,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 */