diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-09 19:29:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-06-09 19:29:28 (GMT) |
commit | 103f7b4c921220c0d5401a46b5a095c32f1f8540 (patch) | |
tree | 6bda3bcead23564f554772247557ecb34089d786 /tools/testfiles/tbitfields.h5.xml | |
parent | 19488a94fda323c639a6cdc8595102f44c921281 (diff) | |
download | hdf5-103f7b4c921220c0d5401a46b5a095c32f1f8540.zip hdf5-103f7b4c921220c0d5401a46b5a095c32f1f8540.tar.gz hdf5-103f7b4c921220c0d5401a46b5a095c32f1f8540.tar.bz2 |
[svn-r7006] Purpose:
Bug fix/new feature
Description:
Teach h5dump/h5ls to display variable-length datatypes correctly.
Change "raw byte" output of array elements from "0xde8141b1a818" to
"de:81:41:b1:a8:18" so that it's easier for users to read.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Misc. update:
Patch provided by Robb Matzke (matzke@llnl.gov)
Diffstat (limited to 'tools/testfiles/tbitfields.h5.xml')
-rw-r--r-- | tools/testfiles/tbitfields.h5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testfiles/tbitfields.h5.xml b/tools/testfiles/tbitfields.h5.xml index f249fa7..4e71669 100644 --- a/tools/testfiles/tbitfields.h5.xml +++ b/tools/testfiles/tbitfields.h5.xml @@ -38,8 +38,8 @@ Expected output for 'h5dump --xml tbitfields.h5' </DataType> <Data> <DataFromFile> - 0xfffe 0xfdfc 0xfbfa 0xf9f8 0xf7f6 0xf5f4 0xf3f2 0xf1f0 0xefee - 0xedec 0xebea 0xe9e8 0xe7e6 0xe5e4 0xe3e2 0xe1e0 + ff:fe fd:fc fb:fa f9:f8 f7:f6 f5:f4 f3:f2 f1:f0 ef:ee ed:ec eb:ea + e9:e8 e7:e6 e5:e4 e3:e2 e1:e0 </DataFromFile> </Data> </Dataset> |