diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2006-12-14 14:34:39 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2006-12-14 14:34:39 (GMT) |
commit | 481cfbe0e958ba72623803884f4c69179724582f (patch) | |
tree | 58004fcb21117c0e1ed359a253ccbea8a1ab28ac /bin | |
parent | d694a6897c3304decbe520692207df11bbdfe39e (diff) | |
download | hdf5-481cfbe0e958ba72623803884f4c69179724582f.zip hdf5-481cfbe0e958ba72623803884f4c69179724582f.tar.gz hdf5-481cfbe0e958ba72623803884f4c69179724582f.tar.bz2 |
[svn-r13062]
Bug fix.
Description:
Test failed when core and multi VFD is used.
SOlution:
Failure was because the test file was created with the specified VFD access
property but later reopened by default access. That won't work for VFDs such
as multi that produced files that are incompatible with the default sec2
file driver.
Fixed it by using the same VFD access property when it reopens the same test
file.
However, it still fails for the core VFD which does not create any real file.
It is meaningless to try to reopen its file. Fixed it by adding core to
the incompatible list of VFDs so that it would skip the test.
Split is already coded as incompatible VFD but I don't understand why
it is incompatible in this case. Removed it from the incompatible list.
Tested Platforms:
Copper in which the daily test failed.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions