diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-10-09 04:18:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-10-09 04:18:18 (GMT) |
commit | 14dcb6db33f88011c3499d439c53890ab09d1ba2 (patch) | |
tree | cc05060f7dd94342c2e06726ef6b550bf4a7d8f1 /tools/testfiles/tmany.h5.xml | |
parent | 20720af231c875330a6074f65ee1c54e6a806fbb (diff) | |
download | hdf5-14dcb6db33f88011c3499d439c53890ab09d1ba2.zip hdf5-14dcb6db33f88011c3499d439c53890ab09d1ba2.tar.gz hdf5-14dcb6db33f88011c3499d439c53890ab09d1ba2.tar.bz2 |
[svn-r12736] Description:
Add "use the latest format" support for dataspace object header encode/
decode routines and clean up format a bit for the latest format (new to 1.8.x
releases)
Remove storing 'perm' parameter for array datatypes in memory and the file,
and add test to make certain that if any user applications are attempting to
store them, we get some reports back. (Should be unlikely, since the RefMan
says that the parameter is not implemented and is unsupported).
Carry those changes into the tests, etc.
Clean up a bunch more compiler warnings.
Tested on:
FreeBSD/32 4.11 (sleipnir) w/threadsafe
Linux/32 2.4 (heping) w/FORTRAN & C++
Linux/64 2.4 (mir) w/enable-1.6-compat
Diffstat (limited to 'tools/testfiles/tmany.h5.xml')
-rw-r--r-- | tools/testfiles/tmany.h5.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/tools/testfiles/tmany.h5.xml b/tools/testfiles/tmany.h5.xml index 3bf1021..87f2c15 100644 --- a/tools/testfiles/tmany.h5.xml +++ b/tools/testfiles/tmany.h5.xml @@ -29,10 +29,10 @@ Expected output for 'h5dump --xml tmany.h5' <hdf5:Field FieldName="a_array"> <hdf5:DataType> <hdf5:ArrayType Ndims="4"> - <hdf5:ArrayDimension DimSize="2" DimPerm="0"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="1"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="2"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="3"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> <hdf5:DataType> <hdf5:AtomicType> <hdf5:IntegerType ByteOrder="BE" Sign="true" Size="4" /> @@ -44,10 +44,10 @@ Expected output for 'h5dump --xml tmany.h5' <hdf5:Field FieldName="b_array"> <hdf5:DataType> <hdf5:ArrayType Ndims="4"> - <hdf5:ArrayDimension DimSize="2" DimPerm="0"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="1"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="2"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="3"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> <hdf5:DataType> <hdf5:AtomicType> <hdf5:FloatType ByteOrder="BE" Size="8" SignBitLocation="63" ExponentBits="11" ExponentLocation="52" MantissaBits="52" MantissaLocation="0" /> @@ -59,10 +59,10 @@ Expected output for 'h5dump --xml tmany.h5' <hdf5:Field FieldName="c_array"> <hdf5:DataType> <hdf5:ArrayType Ndims="4"> - <hdf5:ArrayDimension DimSize="2" DimPerm="0"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="1"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="2"/> - <hdf5:ArrayDimension DimSize="2" DimPerm="3"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> + <hdf5:ArrayDimension DimSize="2"/> <hdf5:DataType> <hdf5:AtomicType> <hdf5:FloatType ByteOrder="BE" Size="8" SignBitLocation="63" ExponentBits="11" ExponentLocation="52" MantissaBits="52" MantissaLocation="0" /> |