diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 23:53:09 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 23:53:09 (GMT) |
commit | 051d66e755f8258749800c8cc523279d41807251 (patch) | |
tree | 01ca36373eaab1f8270168e809ec70d28fda490c | |
parent | b40ed7bfd40a7bb11c6479aaa8246b018e305508 (diff) | |
download | hdf5-051d66e755f8258749800c8cc523279d41807251.zip hdf5-051d66e755f8258749800c8cc523279d41807251.tar.gz hdf5-051d66e755f8258749800c8cc523279d41807251.tar.bz2 |
[svn-r19604] Purpose:
Backout the previous changes (r19599):
(Fix for bug# 2040 - h5copy should fail gracefully for expected failure copying to non-exist nested group without -p option.)
Description:
Forgot to delete this file which was added.
Some failure occurred on talwit, so backout the changes and will put it back after fix.
(Fixed h5copy to fail gracefully when copying object to non-exist group without -p option. This is expected to be failed.
Merged from hdf5 trunk r19598.)
-rw-r--r-- | tools/h5copy/testfiles/h5copy_misc1.out | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/h5copy/testfiles/h5copy_misc1.out b/tools/h5copy/testfiles/h5copy_misc1.out deleted file mode 100644 index ac11605..0000000 --- a/tools/h5copy/testfiles/h5copy_misc1.out +++ /dev/null @@ -1,5 +0,0 @@ -############################# - 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 |