diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-01-26 10:06:53 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-01-26 10:06:53 (GMT) |
commit | 699b27ee4eaf515641a3373713581a2dfef90deb (patch) | |
tree | 844315d85a50dfde3083aba08644d5523ed19be7 /test | |
parent | c5741c15d217ecff3391cb0d57e66eb54e30de9d (diff) | |
download | hdf5-699b27ee4eaf515641a3373713581a2dfef90deb.zip hdf5-699b27ee4eaf515641a3373713581a2dfef90deb.tar.gz hdf5-699b27ee4eaf515641a3373713581a2dfef90deb.tar.bz2 |
[svn-r26028] Removed code from configure.ac that #defined (H5)_NO_SHARED_WRITING under
CodeWarrior as a work-around to broken open() functionality (it's not clear
which version). The only effect of this #define was to cause test_file_close()
in test/tfile.c to be skipped.
Fixes HDFFV-9080
Tested on: jam
We don't have CodeWarrior, so I just ensured the deletion didn't adversely
affect a typical build.
Diffstat (limited to 'test')
-rw-r--r-- | test/tfile.c | 2 |
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 */ |