diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-11 03:06:05 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-11 03:06:05 (GMT) |
commit | 0b3cccd0cb2521ef77077d677581d2d3342cdc6f (patch) | |
tree | 9cfbea07131180b489808bb4e194353daa853565 /tools/testfiles/tall-2A.h5.xml | |
parent | 48f022a701da0912a4776a3d9d24a102dd562b5f (diff) | |
download | hdf5-0b3cccd0cb2521ef77077d677581d2d3342cdc6f.zip hdf5-0b3cccd0cb2521ef77077d677581d2d3342cdc6f.tar.gz hdf5-0b3cccd0cb2521ef77077d677581d2d3342cdc6f.tar.bz2 |
[svn-r13496] Description:
Reduce size of "default" link message storage.
Tested on:
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'tools/testfiles/tall-2A.h5.xml')
-rw-r--r-- | tools/testfiles/tall-2A.h5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tall-2A.h5.xml b/tools/testfiles/tall-2A.h5.xml index 60daa12..e0da42c 100644 --- a/tools/testfiles/tall-2A.h5.xml +++ b/tools/testfiles/tall-2A.h5.xml @@ -134,7 +134,7 @@ Expected output for 'h5dump --xml -A tall.h5' </hdf5:Group> </hdf5:Group> <hdf5:Group Name="g2" OBJ-XID="xid_1848" H5Path="/g2" Parents="xid_96" H5ParentPaths="/" > - <hdf5:Dataset Name="dset2.1" OBJ-XID="xid_9024" H5Path= "/g2/dset2.1" Parents="xid_1848" H5ParentPaths="/g2"> + <hdf5:Dataset Name="dset2.1" OBJ-XID="xid_9000" H5Path= "/g2/dset2.1" Parents="xid_1848" H5ParentPaths="/g2"> <hdf5:StorageLayout> <hdf5:ContiguousLayout/> </hdf5:StorageLayout> @@ -157,7 +157,7 @@ Expected output for 'h5dump --xml -A tall.h5' <hdf5:NoData/> </hdf5:Data> </hdf5:Dataset> - <hdf5:Dataset Name="dset2.2" OBJ-XID="xid_9624" H5Path= "/g2/dset2.2" Parents="xid_1848" H5ParentPaths="/g2"> + <hdf5:Dataset Name="dset2.2" OBJ-XID="xid_9600" H5Path= "/g2/dset2.2" Parents="xid_1848" H5ParentPaths="/g2"> <hdf5:StorageLayout> <hdf5:ContiguousLayout/> </hdf5:StorageLayout> |