diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-04-28 23:56:32 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-04-28 23:56:32 (GMT) |
commit | c37bcc12fcb51330a640adc82de5caaf388e9f92 (patch) | |
tree | 035582ed081f60033ed1fc9160e5b0c32981fd99 /tools/testfiles/h5diff_17.txt | |
parent | 23a8546574873e201838f2424c7326d4014ba903 (diff) | |
download | hdf5-c37bcc12fcb51330a640adc82de5caaf388e9f92.zip hdf5-c37bcc12fcb51330a640adc82de5caaf388e9f92.tar.gz hdf5-c37bcc12fcb51330a640adc82de5caaf388e9f92.tar.bz2 |
[svn-r6771] Purpose:
added more tests, described in the test matrix
Description:
test -r
test -l
expanded -d, -p and -n tests
test different types to include links and named types
test for non supported classes, e.g bitfield, opaque , etc
Platforms tested:
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)
Misc. update:
Diffstat (limited to 'tools/testfiles/h5diff_17.txt')
-rw-r--r-- | tools/testfiles/h5diff_17.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/testfiles/h5diff_17.txt b/tools/testfiles/h5diff_17.txt index d5815bb..7295ef6 100644 --- a/tools/testfiles/h5diff_17.txt +++ b/tools/testfiles/h5diff_17.txt @@ -2,6 +2,10 @@ Expected output for 'h5diff dset1.7 dset1.7 h5diff_test1.h5 h5diff_test2.h5' ############################# $h5diff dset1.7 dset1.7 h5diff_test1.h5 h5diff_test2.h5 -Object <dset1.7> could not be found in <h5diff_test1.h5> -Object <dset1.7> could not be found in <h5diff_test2.h5> +Comparing <dset1.7> with <dset1.7> +Warning: <dset1.7> has different maximum dimensions than <dset1.7> +<dset1.7>: [ 7 ] +<dset1.7>: [ 8 ] +using memory type H5T_NATIVE_INT +0 differences found |