hdf5/tools/testfiles/h5diff_31.txt
Pedro Vicente Nunes 75a5e8a0e6 [svn-r7813] Purpose:
h5diff new feature


Description:

added compare for attributes
a new options flag (-a) was added to the options structure. it is 0 by default (no compare )
the output of the compare is the same that for datasets, and all the other flags also apply for attributes
(the memory compare is done in the same function diff_array)
all the other requirements for compare of datasets (type, space) are identical too




Platforms tested:
linux
solaris 2.7
IRIX


Misc. update:
2003-11-03 17:10:57 -05:00

30 lines
958 B
Plaintext

#############################
Expected output for 'h5diff file4.h5 file4.h5 -v bitfield'
#############################
$h5diff file4.h5 file4.h5 -v bitfield
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
</ref> and </ref> are empty datasets
</string> and </string> are empty datasets
</vlen> and </vlen> are empty datasets