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/tenum.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/tenum.h5.xml')
-rw-r--r-- | tools/testfiles/tenum.h5.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/testfiles/tenum.h5.xml b/tools/testfiles/tenum.h5.xml index 8fc64a2..126d049 100644 --- a/tools/testfiles/tenum.h5.xml +++ b/tools/testfiles/tenum.h5.xml @@ -6,6 +6,7 @@ Expected output for 'h5dump --xml tenum.h5' <HDF5-File> <RootGroup OBJ-XID="root"> <NamedDataType Name="enum normal" OBJ-XID="/enum normal" Parents="root"> + <DataType> <AtomicType> <EnumType Nelems="5"> <EnumElement> @@ -40,6 +41,7 @@ Expected output for 'h5dump --xml tenum.h5' </EnumValue> </EnumType> </AtomicType> + </DataType> </NamedDataType> <Dataset Name="table" OBJ-XID="/table" Parents="root"> <Dataspace> |