diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 21:08:15 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 21:08:15 (GMT) |
commit | 5b444e61a2a095dfc9e015a43723137a49b47b6b (patch) | |
tree | 55d0e6e7dba86492478304171b3157f955e05ea4 /MANIFEST | |
parent | 8ed77258a3bcd171397dec36fddc08078e842cec (diff) | |
download | hdf5-5b444e61a2a095dfc9e015a43723137a49b47b6b.zip hdf5-5b444e61a2a095dfc9e015a43723137a49b47b6b.tar.gz hdf5-5b444e61a2a095dfc9e015a43723137a49b47b6b.tar.bz2 |
[svn-r19599] 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.
Merged from hdf5 trunk r19598.
Tested:
jam, amani
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1693,6 +1693,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 |