diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-02-23 19:23:29 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-02-23 19:23:29 (GMT) |
commit | 07be86a8eab87b514f908afbd620d1050f73d543 (patch) | |
tree | 696199c4a383a9f9dd58b921e0491dae076fed1a /tools/h5copy/testfiles | |
parent | 28a9bf5f47d04bdaae781ec8843bcbe651780d0e (diff) | |
download | hdf5-07be86a8eab87b514f908afbd620d1050f73d543.zip hdf5-07be86a8eab87b514f908afbd620d1050f73d543.tar.gz hdf5-07be86a8eab87b514f908afbd620d1050f73d543.tar.bz2 |
[svn-r18319] Purpose:
Bug1727 - h5copy: add test cases for object and region references
File added:
tools/h5copy/testfiles/h5copy_ref.out.ls
tools/h5copy/testfiles/h5copy_ref.h5
Tested:
jam, linew
Diffstat (limited to 'tools/h5copy/testfiles')
-rw-r--r-- | tools/h5copy/testfiles/h5copy_ref.h5 | bin | 0 -> 9104 bytes | |||
-rw-r--r-- | tools/h5copy/testfiles/h5copy_ref.out.ls | 34 | ||||
-rw-r--r-- | tools/h5copy/testfiles/h5copytst.out.ls | 4 |
3 files changed, 36 insertions, 2 deletions
diff --git a/tools/h5copy/testfiles/h5copy_ref.h5 b/tools/h5copy/testfiles/h5copy_ref.h5 Binary files differnew file mode 100644 index 0000000..bd727e6 --- /dev/null +++ b/tools/h5copy/testfiles/h5copy_ref.h5 diff --git a/tools/h5copy/testfiles/h5copy_ref.out.ls b/tools/h5copy/testfiles/h5copy_ref.out.ls new file mode 100644 index 0000000..8549842 --- /dev/null +++ b/tools/h5copy/testfiles/h5copy_ref.out.ls @@ -0,0 +1,34 @@ +############################# +Expected output for 'h5ls ./testfiles/h5copy_ref.out.h5' +############################# +Opened "./testfiles/h5copy_ref.out.h5" with sec2 driver. +/ Group + Location: 1:96 + Links: 1 +/COPY Group + Location: 1:1464 + Links: 1 +/COPY/Dset1 Dataset {3/3} + Location: 1:1504 + Links: 2 + Storage: <details removed for portability> + Type: 32-bit little-endian integer +/COPY/Dset2 Dataset {3/3, 16/16} + Location: 1:1960 + Links: 3 + Storage: <details removed for portability> + Type: 8-bit integer +/COPY/Dset_OBJREF Dataset {2/2} + Location: 1:5184 + Links: 1 + Storage: <details removed for portability> + Type: object reference +/COPY/Dset_REGREF Dataset {2/2} + Location: 1:9400 + Links: 1 + Storage: <details removed for portability> + Type: dataset region reference +/COPY/Group Group + Location: 1:2096 + Links: 3 +/~obj_pointed_by_2096 Group, same as /COPY/Group diff --git a/tools/h5copy/testfiles/h5copytst.out.ls b/tools/h5copy/testfiles/h5copytst.out.ls index 5ff1e90..af6cd8f 100644 --- a/tools/h5copy/testfiles/h5copytst.out.ls +++ b/tools/h5copy/testfiles/h5copytst.out.ls @@ -1,7 +1,7 @@ ############################# -Expected output for 'h5ls ../testfiles/h5copytst.out.h5' +Expected output for 'h5ls ./testfiles/h5copytst.out.h5' ############################# -Opened "../testfiles/h5copytst.out.h5" with sec2 driver. +Opened "./testfiles/h5copytst.out.h5" with sec2 driver. / Group Location: 1:96 Links: 1 |