summaryrefslogtreecommitdiffstats
path: root/test/set_extent.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-02-05 15:07:45 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-02-05 15:07:45 (GMT)
commit704c6a99fc676c17790ec8fdcc6c29f2960e7487 (patch)
tree023a7bd6d376a8e57e9ce3b3a8c6bcec36b17022 /test/set_extent.c
parentadcfa1a45ec6e6244d20d80da8ff527913d876b7 (diff)
downloadhdf5-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
Diffstat (limited to 'test/set_extent.c')
-rw-r--r--test/set_extent.c2
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);