diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-08 20:17:17 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-08 20:17:17 (GMT) |
commit | 8245bf15728bb73ee4290cb70e08a63ada205657 (patch) | |
tree | 3bc66984ad197509630fb361de5f66f629a506d1 /config | |
parent | 9d115d89f2297f3c6e1ae6c3ca35be4b1a9a8cc9 (diff) | |
download | hdf5-8245bf15728bb73ee4290cb70e08a63ada205657.zip hdf5-8245bf15728bb73ee4290cb70e08a63ada205657.tar.gz hdf5-8245bf15728bb73ee4290cb70e08a63ada205657.tar.bz2 |
[svn-r20203] Purpose:
Fix Bug 2120 - h5copy: improve to copy an object into same HDF file
Description:
Before the fix users can't copy an object (dataset or group) with
different name if input file (-i) and output file (-o) is same.
This feature would be useful to clone any object with different name and
reuse contents.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
Diffstat (limited to 'config')
-rwxr-xr-x | config/cmake/CTestCustom.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/cmake/CTestCustom.cmake b/config/cmake/CTestCustom.cmake index 085c36c..c431c17 100755 --- a/config/cmake/CTestCustom.cmake +++ b/config/cmake/CTestCustom.cmake @@ -42,6 +42,10 @@ SET (CTEST_CUSTOM_MEMCHECK_IGNORE H5COPY-H5LS_h5copy_extlinks_src-links #uses runTest.cmake H5COPY-clear-misc H5COPY-CMP-h5copy_misc1 #uses runTest.cmake + H5COPY-samefile1_pre #needs clear-ext-links + H5COPY-samefile2_pre #needs clear-ext-links + H5COPY-samefile1 #needs clear-ext-links + H5COPY-samefile2 #needs clear-ext-links ######### tools/h5diff ######### H5DIFF-clearall-objects H5DIFF-h5diff_10 #uses runTest.cmake |