summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tnamed_dtype_attr.h5.xml
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-10-05 21:30:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-10-05 21:30:13 (GMT)
commit4739cc20ee6f27811cc3aad4e0eb62efa4ae81e4 (patch)
tree65761fdf452db2f3d094244ab81f3ff55e828248 /tools/testfiles/tnamed_dtype_attr.h5.xml
parente1ba6c55decd4d19d2f2aec8980fd2cbc4848527 (diff)
downloadhdf5-4739cc20ee6f27811cc3aad4e0eb62efa4ae81e4.zip
hdf5-4739cc20ee6f27811cc3aad4e0eb62efa4ae81e4.tar.gz
hdf5-4739cc20ee6f27811cc3aad4e0eb62efa4ae81e4.tar.bz2
[svn-r7548] Purpose:
Bug fixes and code cleanup Description: Whitespace removal. Added testfiles for named datatypes in attributes. Platforms tested: FreeBSD 4.9 (sleipnir) h5committest
Diffstat (limited to 'tools/testfiles/tnamed_dtype_attr.h5.xml')
-rw-r--r--tools/testfiles/tnamed_dtype_attr.h5.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/tools/testfiles/tnamed_dtype_attr.h5.xml b/tools/testfiles/tnamed_dtype_attr.h5.xml
index 38700db..c92d223 100644
--- a/tools/testfiles/tnamed_dtype_attr.h5.xml
+++ b/tools/testfiles/tnamed_dtype_attr.h5.xml
@@ -3,32 +3,36 @@ Expected output for 'h5dump --xml tnamed_dtype_attr.h5'
#############################
<?xml version="1.0" encoding="UTF-8"?>
<hdf5:HDF5-File xmlns:hdf5="http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hdf.ncsa.uiuc.edu/DTDs/HDF5File http://hdf.ncsa.uiuc.edu/DTDs/HDF5-File.xsd">
-<hdf5:RootGroup OBJ-XID="xid_928" H5Path="/">
- <hdf5:NamedDataType Name="Datatype" OBJ-XID="xid_976" H5Path="/Datatype" Parents="xid_928" H5ParentPaths="/">
+<hdf5:RootGroup OBJ-XID="xid_928-0" H5Path="/">
+ <hdf5:NamedDataType Name="Datatype" OBJ-XID="xid_976-0" H5Path="/Datatype" Parents="xid_928-0" H5ParentPaths="/">
<hdf5:DataType>
<hdf5:AtomicType>
<hdf5:IntegerType ByteOrder="LE" Sign="true" Size="4" />
</hdf5:AtomicType>
</hdf5:DataType>
</hdf5:NamedDataType>
- <hdf5:Dataset Name="Dataset" OBJ-XID="xid_1384" H5Path= "/Dataset" Parents="xid_928" H5ParentPaths="/">
+ <hdf5:Dataset Name="Dataset" OBJ-XID="xid_1384-0" H5Path= "/Dataset" Parents="xid_928-0" H5ParentPaths="/">
<hdf5:StorageLayout>
<hdf5:ContiguousLayout/>
</hdf5:StorageLayout>
<hdf5:FillValueInfo FillTime="FillIfSet" AllocationTime="Late">
<hdf5:FillValue>
- <hdf5:NoFill/>
+ <hdf5:Data>
+ <hdf5:DataFromFile>
+ "0"
+ </hdf5:DataFromFile>
+ </hdf5:Data>
</hdf5:FillValue>
</hdf5:FillValueInfo>
<hdf5:Dataspace>
<hdf5:ScalarDataspace />
</hdf5:Dataspace>
- <hdf5:NamedDataTypePtr OBJ-XID="xid_976" H5Path="/Datatype" />
+ <hdf5:NamedDataTypePtr OBJ-XID="xid_976-0" H5Path="/Datatype" />
<hdf5:Attribute Name="Attribute">
<hdf5:Dataspace>
<hdf5:ScalarDataspace />
</hdf5:Dataspace>
- <hdf5:NamedDataTypePtr OBJ-XID="xid_976" H5Path="/Datatype" />
+ <hdf5:NamedDataTypePtr OBJ-XID="xid_976-0" H5Path="/Datatype" />
<hdf5:Data>
<hdf5:DataFromFile>
8