diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-02 20:28:14 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-04-02 20:28:14 (GMT) |
commit | 104e1cd848e26eda1c774937c3beb38ff5861fd8 (patch) | |
tree | 6060c90d638783dd85f3b413e4e2ad15cba3e609 /tools/testfiles | |
parent | 26fdccf6cd0325756a9365c86fd373d3eb955095 (diff) | |
download | hdf5-104e1cd848e26eda1c774937c3beb38ff5861fd8.zip hdf5-104e1cd848e26eda1c774937c3beb38ff5861fd8.tar.gz hdf5-104e1cd848e26eda1c774937c3beb38ff5861fd8.tar.bz2 |
[svn-r13573]
Bug fixes
Reset external file list slots name_offset to a state when created (0) in H5P_dcrt_copy
so that it conforms to an assertion in H5D_update_entry_info that assumes the name_offset is 0 at this point
this fixes the problem of h5repack and external files, add a new test and files for an external file
h5diff, check for an error return in H5D_get_storage_size
tested linux 32, 64
Diffstat (limited to 'tools/testfiles')
-rw-r--r-- | tools/testfiles/h5diff_70.txt | 2 | ||||
-rw-r--r-- | tools/testfiles/h5diff_80.txt | 4 | ||||
-rw-r--r-- | tools/testfiles/h5repack_ext.bin | bin | 0 -> 8 bytes | |||
-rw-r--r-- | tools/testfiles/h5repack_ext.h5 | bin | 0 -> 1464 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/tools/testfiles/h5diff_70.txt b/tools/testfiles/h5diff_70.txt index dce3717..3e7e37c 100644 --- a/tools/testfiles/h5diff_70.txt +++ b/tools/testfiles/h5diff_70.txt @@ -8,7 +8,7 @@ file1 file2 x x /g1 dataset: </dset> and </dset> -</dset> and </dset> are empty datasets +</dset> or </dset> are empty datasets attribute: <string of </dset>> and <string of </dset>> size: [2] [2] position string of </dset> string of </dset> difference diff --git a/tools/testfiles/h5diff_80.txt b/tools/testfiles/h5diff_80.txt index 063f1d0..9e31e88 100644 --- a/tools/testfiles/h5diff_80.txt +++ b/tools/testfiles/h5diff_80.txt @@ -294,10 +294,10 @@ position enum enum difference [ 0 ] RED GREEN 1 differences found dataset: </g1/enum2D> and </g1/enum2D> -</g1/enum2D> and </g1/enum2D> are empty datasets +</g1/enum2D> or </g1/enum2D> are empty datasets 0 differences found dataset: </g1/enum3D> and </g1/enum3D> -</g1/enum3D> and </g1/enum3D> are empty datasets +</g1/enum3D> or </g1/enum3D> are empty datasets 0 differences found dataset: </g1/float> and </g1/float> size: [2] [2] diff --git a/tools/testfiles/h5repack_ext.bin b/tools/testfiles/h5repack_ext.bin Binary files differnew file mode 100644 index 0000000..f858094 --- /dev/null +++ b/tools/testfiles/h5repack_ext.bin diff --git a/tools/testfiles/h5repack_ext.h5 b/tools/testfiles/h5repack_ext.h5 Binary files differnew file mode 100644 index 0000000..1fe88c9 --- /dev/null +++ b/tools/testfiles/h5repack_ext.h5 |