diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-04-08 01:44:14 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-04-08 01:44:14 (GMT) |
commit | 698f1af7cef2b2b471a8938d122fb44b2d94c0a2 (patch) | |
tree | 185c6ba6b8d578b4fd2649129474e85ce416c787 /tools/h5repack/testh5repack_make.c | |
parent | 791e811bb531964e5a5d72c40b5ab8faa2649836 (diff) | |
download | hdf5-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.c | 2 |
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; } |