[svn-r8642] Purpose:

bug fix

Description:
one of the h5diff tests was reading the wrong hdf5 file

Solution:
substituted for the correct file

Platforms tested:
linux (small change)

Misc. update:
This commit is contained in:
Pedro Vicente Nunes
2004-06-10 10:12:34 -05:00
parent 02d3fef648
commit 2a7d7e5121
26 changed files with 181 additions and 126 deletions

View File

@@ -2,6 +2,12 @@
Expected output for 'h5diff file4.h5 file4.h5 -v dset5a dset5b'
#############################
$h5diff file4.h5 file4.h5 -v dset5a dset5b
Object <dset5a> could not be found in <file4.h5>
Object <dset5b> could not be found in <file4.h5>
Dataset: </dset5a> and </dset5b>
position dset5a dset5b 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