diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-06-02 16:30:40 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2003-06-02 16:30:40 (GMT) |
commit | 6273d8beeea7b50546bef382ce1543bfc026a825 (patch) | |
tree | 62e3cfe112d01a7a2286541121ba967f92dc8c04 /tools/testfiles | |
parent | f04d4aea61c6becc0f0299cc98b4e5b120ce20ab (diff) | |
download | hdf5-6273d8beeea7b50546bef382ce1543bfc026a825.zip hdf5-6273d8beeea7b50546bef382ce1543bfc026a825.tar.gz hdf5-6273d8beeea7b50546bef382ce1543bfc026a825.tar.bz2 |
[svn-r6943] Purpose:
bug fix
Description:
unsigned integers were not printed out correctly
Solution:
added %u and %lu to the list of formats
Platforms tested:
Windows 2000 (octopus)
Linux 2.4 (rockaway)
SunOS 5.7 (arabica)
IRIX 6.5 (modi4)
Misc. update:
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/file1.h5 | bin | 6240 -> 6240 bytes | |||
-rw-r--r-- | tools/testfiles/file2.h5 | bin | 6288 -> 6288 bytes | |||
-rw-r--r-- | tools/testfiles/file3.h5 | bin | 4352 -> 4352 bytes | |||
-rw-r--r-- | tools/testfiles/file4.h5 | bin | 4352 -> 4352 bytes | |||
-rw-r--r-- | tools/testfiles/file5.h5 | bin | 2936 -> 2936 bytes | |||
-rw-r--r-- | tools/testfiles/file6.h5 | bin | 9976 -> 10520 bytes | |||
-rw-r--r-- | tools/testfiles/h5diff_16.txt | 8 |
7 files changed, 8 insertions, 0 deletions
diff --git a/tools/testfiles/file1.h5 b/tools/testfiles/file1.h5 Binary files differindex 48e27a0..11cd7b4 100644 --- a/tools/testfiles/file1.h5 +++ b/tools/testfiles/file1.h5 diff --git a/tools/testfiles/file2.h5 b/tools/testfiles/file2.h5 Binary files differindex f93c60b..432d412 100644 --- a/tools/testfiles/file2.h5 +++ b/tools/testfiles/file2.h5 diff --git a/tools/testfiles/file3.h5 b/tools/testfiles/file3.h5 Binary files differindex aab2d35..2f63b47 100644 --- a/tools/testfiles/file3.h5 +++ b/tools/testfiles/file3.h5 diff --git a/tools/testfiles/file4.h5 b/tools/testfiles/file4.h5 Binary files differindex d0d9673..c4e511f 100644 --- a/tools/testfiles/file4.h5 +++ b/tools/testfiles/file4.h5 diff --git a/tools/testfiles/file5.h5 b/tools/testfiles/file5.h5 Binary files differindex c438dad..a1137f2 100644 --- a/tools/testfiles/file5.h5 +++ b/tools/testfiles/file5.h5 diff --git a/tools/testfiles/file6.h5 b/tools/testfiles/file6.h5 Binary files differindex c36b77e..bb9c043 100644 --- a/tools/testfiles/file6.h5 +++ b/tools/testfiles/file6.h5 diff --git a/tools/testfiles/h5diff_16.txt b/tools/testfiles/h5diff_16.txt index 6699e28..eeb5f71 100644 --- a/tools/testfiles/h5diff_16.txt +++ b/tools/testfiles/h5diff_16.txt @@ -6,6 +6,8 @@ file1 file2 --------------------------------------- x x /dset0a x x /dset0b + x x /dset10a + x x /dset10b x x /dset1a x x /dset1b x x /dset2a @@ -31,6 +33,12 @@ Comparing </dset0a> with </dset0a> Comparing </dset0b> with </dset0b> 0 differences found +Comparing </dset10a> with </dset10a> +0 differences found + +Comparing </dset10b> with </dset10b> +0 differences found + Comparing </dset1a> with </dset1a> 0 differences found |