diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-02 23:13:27 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-12-02 23:13:27 (GMT) |
commit | 486c13d307978ccbb9c2306c85c39a674ed56b96 (patch) | |
tree | 5c5863521d8acf6dd3c7d4db3880596fecad84de /tools/testfiles/h5diff_56.txt | |
parent | 684db5595b5fa30633eb648f6e71a36d3857644a (diff) | |
download | hdf5-486c13d307978ccbb9c2306c85c39a674ed56b96.zip hdf5-486c13d307978ccbb9c2306c85c39a674ed56b96.tar.gz hdf5-486c13d307978ccbb9c2306c85c39a674ed56b96.tar.bz2 |
[svn-r7904] Purpose:
h5diff new features
Description:
added comparison for attributes
adeded comparison for all dataset datatypes
added tests for the new features
changed the output format
Solution:
Platforms tested:
linux
solaris 5.7
IRIX 6.5 (64)
Misc. update:
Diffstat (limited to 'tools/testfiles/h5diff_56.txt')
-rw-r--r-- | tools/testfiles/h5diff_56.txt | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/tools/testfiles/h5diff_56.txt b/tools/testfiles/h5diff_56.txt index d37dd59..0426f4d 100644 --- a/tools/testfiles/h5diff_56.txt +++ b/tools/testfiles/h5diff_56.txt @@ -1,7 +1,13 @@ ############################# -Expected output for 'h5diff file6.h5 file6.h5 -v dset6a dset6b' +Expected output for 'h5diff file4.h5 file4.h5 -v dset6a dset6b' ############################# -$h5diff file6.h5 file6.h5 -v dset6a dset6b -Comparing </dset6b> with </dset6b> -0 differences found +$h5diff file4.h5 file4.h5 -v dset6a dset6b +Dataset: </dset6a> and </dset6b> +position dset6a dset6b difference +------------------------------------------------------------ +[ 1 0 ] 1.000000 3.000000 2.000000 +[ 1 1 ] 1.000000 4.000000 3.000000 +[ 2 0 ] 1.000000 5.000000 4.000000 +[ 2 1 ] 1.000000 6.000000 5.000000 +4 differences found |