diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-06 14:26:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-05-06 14:26:27 (GMT) |
commit | 3e982207dd568c08cb37f1df2828572ce5dcbfc7 (patch) | |
tree | 8af79cb1777f044366c2f676061e051bbacd4a29 /test/tfile.c | |
parent | d6bacf6304501a8bc5fbfb2b2d24604df50244a9 (diff) | |
download | hdf5-3e982207dd568c08cb37f1df2828572ce5dcbfc7.zip hdf5-3e982207dd568c08cb37f1df2828572ce5dcbfc7.tar.gz hdf5-3e982207dd568c08cb37f1df2828572ce5dcbfc7.tar.bz2 |
[svn-r6805] Purpose:
Revert last change (at least temporarily)
Description:
Revert last "NO_SHARED_WRITING" ifdefs after reviewing the tests that were
ifdef'ed out. I don't think that these tests should cause a problem, so I
would like them reviewed again to see if there is a file handle leak in the
library (or test).
Platforms tested:
FreeBSD 4.8 (sleipnir)
Triple check not needed.
Diffstat (limited to 'test/tfile.c')
-rw-r--r-- | test/tfile.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/tfile.c b/test/tfile.c index 1629057..cac159a 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -915,18 +915,14 @@ test_obj_count_and_id(hid_t fid1, hid_t fid2, hid_t did, hid_t gid1, void test_file(void) { -#ifndef H5_NO_SHARED_WRITING - /* Output message about test being performed */ MESSAGE(5, ("Testing Low-Level File I/O\n")); test_file_create(); /* Test file creation(also creation templates)*/ test_file_open(); /* Test file opening */ test_file_close(); /* Test file close behavior */ -#endif /* H5_NO_SHARED_WRITING */ } /* test_file() */ - /*------------------------------------------------------------------------- * Function: cleanup_file |