diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-13 22:42:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-02-13 22:42:43 (GMT) |
commit | d3c5ab50fc8fba8ff72417b125feaac8a3faed68 (patch) | |
tree | 541b46eca7b891581a3d29808806db8dfa73906c /tools/testfiles | |
parent | 1603adeaee43e22b61055633c1dc2250aaa3a922 (diff) | |
download | hdf5-d3c5ab50fc8fba8ff72417b125feaac8a3faed68.zip hdf5-d3c5ab50fc8fba8ff72417b125feaac8a3faed68.tar.gz hdf5-d3c5ab50fc8fba8ff72417b125feaac8a3faed68.tar.bz2 |
[svn-r13292] Description:
Add feature to h5copy to allow it to add an object to an existing file,
instead of blowing away existing file.
Modify h5tools_fopen() routine to take access flags, so it can be used
to open an existing file for writing.
Added check to h5copy test script that verifies it has produced a file
with the correct structure.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5copytst.out.ls | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/tools/testfiles/h5copytst.out.ls b/tools/testfiles/h5copytst.out.ls new file mode 100644 index 0000000..81cc181 --- /dev/null +++ b/tools/testfiles/h5copytst.out.ls @@ -0,0 +1,55 @@ +############################# +Expected output for 'h5ls h5copytst.out.h5' +############################# +Opened "h5copytst.out.h5" with sec2 driver. +/chunk Dataset {6/6} + Location: 1:6216 + Links: 1 + Modified: 2006-10-17 15:55:17 CDT + Chunks: {2} 8 bytes + Storage: 24 logical bytes, 24 allocated bytes, 100.00% utilization + Type: native int +/compact Dataset {6/6} + Location: 1:6344 + Links: 1 + Modified: 2006-10-17 15:55:17 CDT + Storage: 24 logical bytes, 24 allocated bytes, 100.00% utilization + Type: native int +/compound Dataset {2/2} + Location: 1:8528 + Links: 1 + Modified: 2006-10-17 15:55:17 CDT + Storage: 80 logical bytes, 80 allocated bytes, 100.00% utilization + Type: struct { + "str1" +0 20-byte null-terminated ASCII string + "str2" +20 20-byte null-terminated ASCII string + } 40 bytes +/compressed Dataset {6/6} + Location: 1:12888 + Links: 1 + Modified: 2006-10-17 15:55:17 CDT + Chunks: {2} 8 bytes + Storage: 24 logical bytes, 42 allocated bytes, 57.14% utilization + Filter-0: deflate-1 OPT {1} + Type: native int +/named_vl Dataset {2/2} + Location: 1:13104 + Links: 1 + Modified: 2006-10-17 15:55:17 CDT + Storage: 16 logical bytes, 32 allocated bytes, 50.00% utilization + Type: shared-1:13056 variable length of + native int +/nested_vl Dataset {2/2} + Location: 1:27392 + Links: 1 + Modified: 2006-10-17 15:55:17 CDT + Storage: 16 logical bytes, 32 allocated bytes, 50.00% utilization + Type: variable length of + variable length of + native int +/simple Dataset {6/6} + Location: 1:808 + Links: 1 + Modified: 2006-10-17 15:55:17 CDT + Storage: 24 logical bytes, 24 allocated bytes, 100.00% utilization + Type: native int |