diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-02-05 15:07:45 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2009-02-05 15:07:45 (GMT) |
commit | 704c6a99fc676c17790ec8fdcc6c29f2960e7487 (patch) | |
tree | 023a7bd6d376a8e57e9ce3b3a8c6bcec36b17022 | |
parent | adcfa1a45ec6e6244d20d80da8ff527913d876b7 (diff) | |
download | hdf5-704c6a99fc676c17790ec8fdcc6c29f2960e7487.zip hdf5-704c6a99fc676c17790ec8fdcc6c29f2960e7487.tar.gz hdf5-704c6a99fc676c17790ec8fdcc6c29f2960e7487.tar.bz2 |
[svn-r16432] merge from trunk
Uncomment a h5cleanup() call previously accidently left commented
Tested: windows
-rw-r--r-- | test/set_extent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set_extent.c b/test/set_extent.c index 0477b8d..87ff91c 100644 --- a/test/set_extent.c +++ b/test/set_extent.c @@ -122,7 +122,7 @@ int main( void ) /* Close 2nd FAPL */ if(H5Pclose(fapl2) < 0) TEST_ERROR - /*h5_cleanup(FILENAME, fapl);*/ + h5_cleanup(FILENAME, fapl); HDremove(EXT_FILE_NAME1); HDremove(EXT_FILE_NAME2); |