diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-15 00:17:51 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-15 00:17:51 (GMT) |
commit | 07a4684190f592e8a4d29c0910a5f90374056795 (patch) | |
tree | a6168d589dd7eae86d6224e0ed1fa8a62f18e51f /tools/h5copy/testfiles | |
parent | 6a83768826bbe47264798a5ccd4514b3c605ac1b (diff) | |
download | hdf5-07a4684190f592e8a4d29c0910a5f90374056795.zip hdf5-07a4684190f592e8a4d29c0910a5f90374056795.tar.gz hdf5-07a4684190f592e8a4d29c0910a5f90374056795.tar.bz2 |
[svn-r19605] Purpose:
Backout the previous changes (r19598):
(Fix for bug# 2040 - h5copy should fail gracefully for expected failure copying to non-exist nested group without -p option.)
Description:
Some failure occurred on talwit, so backout the changes and will put it back
after the 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.)
Diffstat (limited to 'tools/h5copy/testfiles')
-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 |