hdf5/tools/testfiles/h5diff_37.txt
Pedro Vicente Nunes 4cb9330435 [svn-r7793] Purpose:
h5diff new features

Description:

added the diff for variable lenght, opaque, enum, and bitfield datasets

Solution:

Platforms tested:
linux
solaris 2.7
IRIX


Misc. update:
2003-10-30 12:15:56 -05:00

31 lines
1010 B
Plaintext

#############################
Expected output for 'h5diff file4.h5 file4.h5 -v array'
#############################
$h5diff file4.h5 file4.h5 -v array
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
</array> and </array> are empty datasets
</bitfield> and </bitfield> are empty datasets
</compound> and </compound> are empty datasets
</enum> and </enum> are empty datasets
</float> and </float> are empty datasets
</integer> and </integer> are empty datasets
</opaque> and </opaque> are empty datasets
Comparison not supported
</ref> is of class H5T_REFERENCE and </ref> is of class H5T_REFERENCE
</string> and </string> are empty datasets
</vlen> and </vlen> are empty datasets