summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_make.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-08 01:44:14 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-08 01:44:14 (GMT)
commit698f1af7cef2b2b471a8938d122fb44b2d94c0a2 (patch)
tree185c6ba6b8d578b4fd2649129474e85ce416c787 /tools/h5repack/testh5repack_make.c
parent791e811bb531964e5a5d72c40b5ab8faa2649836 (diff)
downloadhdf5-698f1af7cef2b2b471a8938d122fb44b2d94c0a2.zip
hdf5-698f1af7cef2b2b471a8938d122fb44b2d94c0a2.tar.gz
hdf5-698f1af7cef2b2b471a8938d122fb44b2d94c0a2.tar.bz2
[svn-r8320] Purpose:
new tests for h5repack Description: added more tests both to the test program and shell script that test a variation of different filter converssions Solution: Platforms tested: linux Misc. update:
Diffstat (limited to 'tools/h5repack/testh5repack_make.c')
-rw-r--r--tools/h5repack/testh5repack_make.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/h5repack/testh5repack_make.c b/tools/h5repack/testh5repack_make.c
index faacce4..fbf5cf5 100644
--- a/tools/h5repack/testh5repack_make.c
+++ b/tools/h5repack/testh5repack_make.c
@@ -84,9 +84,7 @@ int make_testfiles(void)
return 0;
out:
- H5E_BEGIN_TRY {
H5Fclose(loc_id);
- } H5E_END_TRY;
return -1;
}