diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-29 17:46:11 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-10-29 17:46:11 (GMT) |
commit | 8b45b9a5f0305b6f881f25a8a7649fb67decca0f (patch) | |
tree | a8c73133e1344cc8f8d57a11b80262cc481edd64 /tools/testfiles/h5diff_35.txt | |
parent | d1f7c81a466c0bf041c380abee0f0c21ca30c86f (diff) | |
download | hdf5-8b45b9a5f0305b6f881f25a8a7649fb67decca0f.zip hdf5-8b45b9a5f0305b6f881f25a8a7649fb67decca0f.tar.gz hdf5-8b45b9a5f0305b6f881f25a8a7649fb67decca0f.tar.bz2 |
[svn-r7785] Purpose:
h5repack new features
Description:
added a copy routine for all types
added a copy routine for attributes
commnented some debug messages in h5trav
added the verbose option to some h5diff messages
Platforms tested:
linux
solaris 2.5
IRIX
Misc. update:
Diffstat (limited to 'tools/testfiles/h5diff_35.txt')
-rw-r--r-- | tools/testfiles/h5diff_35.txt | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/tools/testfiles/h5diff_35.txt b/tools/testfiles/h5diff_35.txt index e5d8f2c..f9afd12 100644 --- a/tools/testfiles/h5diff_35.txt +++ b/tools/testfiles/h5diff_35.txt @@ -1,8 +1,49 @@ ############################# -Expected output for 'h5diff file4.h5 file4.h5 enum' +Expected output for 'h5diff file4.h5 file4.h5 -v enum' ############################# -$h5diff file4.h5 file4.h5 enum +$h5diff file4.h5 file4.h5 -v enum + +file1 file2 +--------------------------------------- + x x /array + x x /bitfield + x x /compound + x x /enum + x x /float + x x /integer + x x /opaque + x x /ref + x x /string + x x /vlen + +Comparison not supported +</array> is of class H5T_ARRAY and </array> is of class H5T_ARRAY + +Comparison not supported +</bitfield> is of class H5T_BITFIELD and </bitfield> is of class H5T_BITFIELD + +Comparison not supported +</compound> is of class H5T_COMPOUND and </compound> is of class H5T_COMPOUND + Comparison not supported </enum> is of class H5T_ENUM and </enum> is of class H5T_ENUM +Comparing </float> with </float> +0 differences found + +Comparing </integer> with </integer> +0 differences found + +Comparison not supported +</opaque> is of class H5T_OPAQUE and </opaque> is of class H5T_OPAQUE + +Comparison not supported +</ref> is of class H5T_REFERENCE and </ref> is of class H5T_REFERENCE + +Comparison not supported +</string> is of class H5T_STRING and </string> is of class H5T_STRING + +Comparison not supported +</vlen> is of class H5T_VLEN and </vlen> is of class H5T_VLEN + |