Missing file remove added to test

This commit is contained in:
Allen Byrne 2017-01-12 15:59:00 -06:00
parent 6616131ce2
commit 1d5eb0956e

View File

@ -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