diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-19 14:55:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-12-19 14:55:54 (GMT) |
commit | d4946be1f210ec189296c7e10167f2deffca87fc (patch) | |
tree | 633c6b8fc0df5e6c4e93498e642e5f755bb0a369 /tools/testfiles/tref-escapes-at.h5.xml | |
parent | 43ec5b7ef4df2d72bcde2da9366d55383b8f40e8 (diff) | |
download | hdf5-d4946be1f210ec189296c7e10167f2deffca87fc.zip hdf5-d4946be1f210ec189296c7e10167f2deffca87fc.tar.gz hdf5-d4946be1f210ec189296c7e10167f2deffca87fc.tar.bz2 |
[svn-r13075] Description:
Fix display order of attributes.
Tested on:
Linux/32 2.6 (chicago)
Linux/64 2.6 (chicago2)
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 405f652..7d15856 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> |