diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-02-11 19:29:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-02-11 19:29:45 (GMT) |
commit | e3b4922d8d211878b43d8130b86c0926fac2cd7b (patch) | |
tree | c0b0b6d60d002d135b4e002a4e6014d0da618723 /test | |
parent | 5adc0f380723dd24feb2f294ec59eecc61d06d09 (diff) | |
download | hdf5-e3b4922d8d211878b43d8130b86c0926fac2cd7b.zip hdf5-e3b4922d8d211878b43d8130b86c0926fac2cd7b.tar.gz hdf5-e3b4922d8d211878b43d8130b86c0926fac2cd7b.tar.bz2 |
[svn-r18230] Description:
Bring r18229 from metadata journaling "merging" branch into trunk:
Bring r18227 from metadata_journaling branch to the merging branch:
Small cleanups and move v1 cache maintenance macros into package header
file, to better align with changes to v2 cache.
Tested on:
FreeBSD/32 6.3 (duty) in debug mode
FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (jam) w/PGI compilers, w/default API=1.8.x,
w/C++ & FORTRAN, w/threadsafe, in debug mode
Linux/64-amd64 2.6 (amani) w/Intel compilers, w/default API=1.6.x,
w/C++ & FORTRAN, in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in debug mode
Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Mac OS X/32 10.6.2 (amazon) in debug mode
Mac OS X/32 10.6.2 (amazon) w/C++ & FORTRAN, w/threadsafe,
in production mode
Diffstat (limited to 'test')
-rw-r--r-- | test/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache.c b/test/cache.c index 8d989f7..87b97c2 100644 --- a/test/cache.c +++ b/test/cache.c @@ -6139,7 +6139,7 @@ check_flush_cache__flush_ops(H5F_t * file_ptr) */ if ( pass ) { - spec[0].flush_ops[0].flag = TRUE; + spec[0].flush_ops[1].flag = TRUE; test_num = 10; check_flush_cache__flush_op_test(file_ptr, |