diff options
Diffstat (limited to 'tools/testfiles/tcompound2.h5.xml')
-rw-r--r-- | tools/testfiles/tcompound2.h5.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testfiles/tcompound2.h5.xml b/tools/testfiles/tcompound2.h5.xml index b19226c..5014c83 100644 --- a/tools/testfiles/tcompound2.h5.xml +++ b/tools/testfiles/tcompound2.h5.xml @@ -6,6 +6,7 @@ Expected output for 'h5dump --xml tcompound2.h5' <HDF5-File> <RootGroup OBJ-XID="root"> <NamedDataType Name="#9560:0" OBJ-XID="/#9560:0" Parents="root"> + <DataType> <CompoundType> <Field FieldName="int"> <DataType> @@ -22,8 +23,10 @@ Expected output for 'h5dump --xml tcompound2.h5' </DataType> </Field> </CompoundType> + </DataType> </NamedDataType> <NamedDataType Name="type1" OBJ-XID="/type1" Parents="root"> + <DataType> <CompoundType> <Field FieldName="int_name"> <DataType> @@ -40,8 +43,10 @@ Expected output for 'h5dump --xml tcompound2.h5' </DataType> </Field> </CompoundType> + </DataType> </NamedDataType> <NamedDataType Name="type2" OBJ-XID="/type2" Parents="root"> + <DataType> <CompoundType> <Field FieldName="int_array"> <DataType> @@ -69,6 +74,7 @@ Expected output for 'h5dump --xml tcompound2.h5' </DataType> </Field> </CompoundType> + </DataType> </NamedDataType> <Dataset Name="dset1" OBJ-XID="/dset1" Parents="root"> <StorageLayout> @@ -115,6 +121,7 @@ Expected output for 'h5dump --xml tcompound2.h5' </Dataset> <Group Name="group1" OBJ-XID="/group1" Parents="/" > <NamedDataType Name="type3" OBJ-XID="/group1/type3" Parents="/group1"> + <DataType> <CompoundType> <Field FieldName="int"> <DataType> @@ -131,6 +138,7 @@ Expected output for 'h5dump --xml tcompound2.h5' </DataType> </Field> </CompoundType> + </DataType> </NamedDataType> <Dataset Name="dset2" OBJ-XID="/group1/dset2" Parents="/group1"> <StorageLayout> |