diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-18 23:06:53 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-18 23:06:53 (GMT) |
commit | e926608485fbfe593c00798d39b7a45b3bc15bdc (patch) | |
tree | 13112b613095fb92601da469ead67798a625f9b3 /MANIFEST | |
parent | 111f71366a3fb7ad7727dc3fda1a4f31dc788747 (diff) | |
download | hdf5-e926608485fbfe593c00798d39b7a45b3bc15bdc.zip hdf5-e926608485fbfe593c00798d39b7a45b3bc15bdc.tar.gz hdf5-e926608485fbfe593c00798d39b7a45b3bc15bdc.tar.bz2 |
[svn-r19633] Purpose:
Fix for bug# 2040 - h5copy should fail gracefully for expected failure copying to non-exist nested group without -p option.
Description:
Fixed h5copy to fail gracefully when copying object to non-exist group without -p option. This is expected to be failed.
Tested:
jam, amani, heiwa
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1718,6 +1718,7 @@ ./tools/h5copy/testfiles/h5copy_extlinks_src.h5 ./tools/h5copy/testfiles/h5copy_extlinks_trg.h5 ./tools/h5copy/testfiles/h5copy_extlinks_src.out.ls +./tools/h5copy/testfiles/h5copy_misc1.out # test files for h5mkgrp ./tools/testfiles/h5mkgrp_help.ls |