diff options
author | Xuan Bai <xuanbai@hdfgroup.org> | 2004-09-03 21:37:47 (GMT) |
---|---|---|
committer | Xuan Bai <xuanbai@hdfgroup.org> | 2004-09-03 21:37:47 (GMT) |
commit | 8976c88c71d2551af54dde21e2f5474b20623e90 (patch) | |
tree | 99e0127a98d2dc4f19eb1bedf372b4c1e9380b7b | |
parent | 2a8dc0a135fc64a99c026ee10346b8ef2af92067 (diff) | |
download | hdf5-8976c88c71d2551af54dde21e2f5474b20623e90.zip hdf5-8976c88c71d2551af54dde21e2f5474b20623e90.tar.gz hdf5-8976c88c71d2551af54dde21e2f5474b20623e90.tar.bz2 |
[svn-r9207] Purpose:
Minor bug fix.
Description:
h5repack testing batch file repacktest.bat has a minor bug. This minor bug causes some HDF5 repack testing failures when only gzip is disabled.
The failure reasons is that we only checked whether szip or szip encoder is enabled for the following two tests:
h5repack test_deflate.h5 -f dset_deflate:SZIP=8,NN
h5repack test_szip.h5 -f dset_szip:GZIP=1
These two tests should also be skipped when gzip is disabled.
Solution:
Add Checking whether gzip is disabled for the above two tests. If gzip is disabled, skip the above two tests.
Platforms tested:
Visual C++ 6.0 on Windows 2000 and XP for the following gzip/szip combinations:
1. both gzip and szip enabled
2. only gzip is disabled
3. both gzip and szip are disabled
4. only szip with decoding is disabled.
Misc. update:
h5tinit.c
-rwxr-xr-x | windows/all.zip | bin | 333701 -> 333761 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/windows/all.zip b/windows/all.zip Binary files differindex dcd6c24..c9cc49b 100755 --- a/windows/all.zip +++ b/windows/all.zip |