diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-01 21:26:31 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-03-01 21:26:31 (GMT) |
commit | 2e8b6c0223e6969e3840e2dfefdfa34a223f3e15 (patch) | |
tree | 2b2dae6d7e737de43d23ba0f4fb0a07596a21078 /tools/testfiles/tboot1.ddl | |
parent | 2618906fee4c3fe20c81c8b2b2d744af4f13e5a7 (diff) | |
download | hdf5-2e8b6c0223e6969e3840e2dfefdfa34a223f3e15.zip hdf5-2e8b6c0223e6969e3840e2dfefdfa34a223f3e15.tar.gz hdf5-2e8b6c0223e6969e3840e2dfefdfa34a223f3e15.tar.bz2 |
[svn-r13440] Description:
Revise latest form of superblock format pretty drastically, to
eliminate unused fields and move rarely used fields into superblock extension.
Finished removing last vestiges of references to (never used) i"shared"
object header message ID.
Added object header messages for non-default v1 B-tree 'K' values
and for driver info.
Updated testfiles to reflect size changes, etc.
Various minor cleanups, etc.
Tested on:
FreeBSD/32 6.2 (duty)
Mac OS X/32 10.4.8 (amazon)
Diffstat (limited to 'tools/testfiles/tboot1.ddl')
-rw-r--r-- | tools/testfiles/tboot1.ddl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testfiles/tboot1.ddl b/tools/testfiles/tboot1.ddl index df1a85e..9a7cafc 100644 --- a/tools/testfiles/tboot1.ddl +++ b/tools/testfiles/tboot1.ddl @@ -17,7 +17,7 @@ USER_BLOCK { USERBLOCK_SIZE 0 } DATASET "dset" { - DATATYPE H5T_STD_I32LE + DATATYPE H5T_STD_I32BE DATASPACE SIMPLE { ( 4 ) / ( 4 ) } } } |