diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-10-04 15:06:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-10-04 15:06:28 (GMT) |
commit | 59b51a2ea72ff98586372a454adfd8c790a62734 (patch) | |
tree | 74173cf2dab79097c9dc8f116a22ad0138d310a2 /tools/testfiles/tref-escapes-at.h5.xml | |
parent | 302830e60108513d9ff2e710444dc0d0188c92ee (diff) | |
download | hdf5-59b51a2ea72ff98586372a454adfd8c790a62734.zip hdf5-59b51a2ea72ff98586372a454adfd8c790a62734.tar.gz hdf5-59b51a2ea72ff98586372a454adfd8c790a62734.tar.bz2 |
[svn-r14180] Description:
Make H5Aiterate() versioned and change all internal use to H5Aiterate2()
Leave some regression tests that exercise H5Aiterate1()
Fix attribute display in h5dump & h5ls to be "by name" by default
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Mac OS X/32 10.4.10 (amazon) in debug mode
Diffstat (limited to 'tools/testfiles/tref-escapes-at.h5.xml')
-rw-r--r-- | tools/testfiles/tref-escapes-at.h5.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/tools/testfiles/tref-escapes-at.h5.xml b/tools/testfiles/tref-escapes-at.h5.xml index 403c9ce..b7a1158 100644 --- a/tools/testfiles/tref-escapes-at.h5.xml +++ b/tools/testfiles/tref-escapes-at.h5.xml @@ -200,7 +200,7 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' <hdf5:IntegerType ByteOrder="BE" Sign="false" Size="1" /> </hdf5:AtomicType> </hdf5:DataType> - <hdf5:Attribute Name="reftoquote"> + <hdf5:Attribute Name="reftoamp"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -215,11 +215,11 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset\"quote" + "/Group1/Dataset&amp" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> - <hdf5:Attribute Name="reftoslash"> + <hdf5:Attribute Name="reftoapos"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -234,11 +234,11 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset\\slash" + "/Group1/Dataset'apos" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> - <hdf5:Attribute Name="reftoamp"> + <hdf5:Attribute Name="reftogt"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -253,7 +253,7 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset&amp" + "/Group1/Dataset>gt" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> @@ -276,7 +276,7 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> - <hdf5:Attribute Name="reftogt"> + <hdf5:Attribute Name="reftoquote"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -291,11 +291,11 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset>gt" + "/Group1/Dataset\"quote" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> - <hdf5:Attribute Name="reftoapos"> + <hdf5:Attribute Name="reftoslash"> <hdf5:Dataspace> <hdf5:SimpleDataspace Ndims="1"> <hdf5:Dimension DimSize="1" MaxDimSize="1"/> @@ -310,7 +310,7 @@ Expected output for 'h5dump --xml tref-escapes-at.h5' </hdf5:DataType> <hdf5:Data> <hdf5:DataFromFile> - "/Group1/Dataset'apos" + "/Group1/Dataset\\slash" </hdf5:DataFromFile> </hdf5:Data> </hdf5:Attribute> |