diff options
| author | Larry Knox <lrknox@hdfgroup.org> | 2017-01-13 16:33:50 (GMT) |
|---|---|---|
| committer | Larry Knox <lrknox@hdfgroup.org> | 2017-01-13 16:33:50 (GMT) |
| commit | bd85e57904f1f943774bb99ea5e8b0d074db0edb (patch) | |
| tree | 4d94cbb8292116af3cf369adf1b47a014210ae17 /java/test/TestH5Ocopy.java | |
| parent | 089afc48561ba8838d6a515c6b00fc6f7032ca13 (diff) | |
| parent | 8452976de5d770adcf3892b25c8480042170fccd (diff) | |
| download | hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.zip hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.tar.gz hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.tar.bz2 | |
Merge pull request #250 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '8452976de5d770adcf3892b25c8480042170fccd':
tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
Diffstat (limited to 'java/test/TestH5Ocopy.java')
| -rw-r--r-- | java/test/TestH5Ocopy.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/test/TestH5Ocopy.java b/java/test/TestH5Ocopy.java index 62dd886..cf0fb1f 100644 --- a/java/test/TestH5Ocopy.java +++ b/java/test/TestH5Ocopy.java @@ -239,6 +239,7 @@ public class TestH5Ocopy { try {H5.H5Pclose(ocp_plist_id);} catch (Exception ex) {} try {H5.H5Fclose(H5fid2);} catch (Exception ex) {} } + _deleteFile("copy.h5"); } @Test |
