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/getname.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/getname.c')
-rw-r--r-- | test/getname.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/getname.c b/test/getname.c index 9817d9e..4c07d49 100644 --- a/test/getname.c +++ b/test/getname.c @@ -834,8 +834,6 @@ int main( void ) PASSED(); -#ifndef H5_NO_SHARED_WRITING - /*------------------------------------------------------------------------- * Test H5Iget_name with H5Fmount; long name *------------------------------------------------------------------------- @@ -1142,9 +1140,6 @@ int main( void ) PASSED(); -#endif /* H5_NO_SHARED_WRITING */ - - /*------------------------------------------------------------------------- * Test H5Iget_name with a defined type dataset *------------------------------------------------------------------------- @@ -1408,8 +1403,6 @@ int main( void ) PASSED(); -#ifndef H5_NO_SHARED_WRITING - /*------------------------------------------------------------------------- * Test H5Iget_name with added names with mounting *------------------------------------------------------------------------- @@ -1721,9 +1714,6 @@ int main( void ) PASSED(); -#endif /* H5_NO_SHARED_WRITING */ - - /*------------------------------------------------------------------------- * Test H5Iget_name with H5Glink hard *------------------------------------------------------------------------- @@ -2087,7 +2077,6 @@ int main( void ) PASSED(); -#ifndef H5_NO_SHARED_WRITING /*------------------------------------------------------------------------- * Test H5Iget_name with several nested mounted files @@ -2868,8 +2857,6 @@ int main( void ) PASSED(); -#endif /* H5_NO_SHARED_WRITING */ - /*------------------------------------------------------------------------- * end tests |