diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 20:47:20 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 20:47:20 (GMT) |
commit | 08e13006257ad085b9b00c8627bfa8a85d0c7cde (patch) | |
tree | ded7ebd6250308df968ea8251f2eb18088801f96 /tools/h5copy/testfiles | |
parent | 504e07759ef8f916a754c4a31195774d7b77eb4e (diff) | |
download | hdf5-08e13006257ad085b9b00c8627bfa8a85d0c7cde.zip hdf5-08e13006257ad085b9b00c8627bfa8a85d0c7cde.tar.gz hdf5-08e13006257ad085b9b00c8627bfa8a85d0c7cde.tar.bz2 |
[svn-r19598] 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. Expected to be failed.
Tested:
jam, amani, heiwa
Diffstat (limited to 'tools/h5copy/testfiles')
-rw-r--r-- | tools/h5copy/testfiles/h5copy_misc1.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/h5copy/testfiles/h5copy_misc1.out b/tools/h5copy/testfiles/h5copy_misc1.out new file mode 100644 index 0000000..ac11605 --- /dev/null +++ b/tools/h5copy/testfiles/h5copy_misc1.out @@ -0,0 +1,5 @@ +############################# + output for 'h5copy -i ../../../hdf5/tools/h5copy/testfiles/h5copytst.h5 -o ./testfiles/h5copytst.out.h5 -v -s /simple -d /g1/g2/simple' +############################# +Copying file <../../../hdf5/tools/h5copy/testfiles/h5copytst.h5> and object </simple> to file <./testfiles/h5copytst.out.h5> and object </g1/g2/simple> +Error in copy...Exiting |