diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-09 06:40:08 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-09 06:40:08 (GMT) |
commit | 21000f0c090405e7c851096306be4149051a33e2 (patch) | |
tree | de1fe3eaa1011052b3c3d2baf783d71eb27095ae /tools/testfiles/tobjref.h5.xml | |
parent | 208e185f6a19d8e27e1c12c7678ce17fad0f26ee (diff) | |
download | hdf5-21000f0c090405e7c851096306be4149051a33e2.zip hdf5-21000f0c090405e7c851096306be4149051a33e2.tar.gz hdf5-21000f0c090405e7c851096306be4149051a33e2.tar.bz2 |
[svn-r4150]
Purpose:
Checking in BOb's Changes
Description:
Just checking in Bob McGrath's changes to the h5dumper's XML code.
Diffstat (limited to 'tools/testfiles/tobjref.h5.xml')
-rw-r--r-- | tools/testfiles/tobjref.h5.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testfiles/tobjref.h5.xml b/tools/testfiles/tobjref.h5.xml index 3cfe6f7..d3dacb5 100644 --- a/tools/testfiles/tobjref.h5.xml +++ b/tools/testfiles/tobjref.h5.xml @@ -29,6 +29,7 @@ Expected output for 'h5dump --xml tobjref.h5' </Dataset> <Group Name="Group1" OBJ-XID="/Group1" Parents="/" > <NamedDataType Name="Datatype1" OBJ-XID="/Group1/Datatype1" Parents="/Group1"> + <DataType> <CompoundType> <Field FieldName="a"> <DataType> @@ -52,6 +53,7 @@ Expected output for 'h5dump --xml tobjref.h5' </DataType> </Field> </CompoundType> + </DataType> </NamedDataType> <Dataset Name="Dataset1" OBJ-XID="/Group1/Dataset1" Parents="/Group1"> <Dataspace> |