diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-21 03:55:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-04-21 03:55:12 (GMT) |
commit | 9ef709fc114b11ba469849e35fbbb33d0085d815 (patch) | |
tree | 206a78860e78289509e73df299cae765674f15de /test | |
parent | aa96180fa906767b9fcdb096085148f53b13e5c4 (diff) | |
download | hdf5-9ef709fc114b11ba469849e35fbbb33d0085d815.zip hdf5-9ef709fc114b11ba469849e35fbbb33d0085d815.tar.gz hdf5-9ef709fc114b11ba469849e35fbbb33d0085d815.tar.bz2 |
[svn-r13691] Description:
Comment out cache test until John can take a look at it.
Tested on:
FreeBSD/32 6.2 (duty)
Diffstat (limited to 'test')
-rw-r--r-- | test/cache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cache.c b/test/cache.c index 960eea4..7105cce 100644 --- a/test/cache.c +++ b/test/cache.c @@ -15650,6 +15650,7 @@ check_unprotect_ro_dirty_err(void) * -- should succeed. */ +#ifdef QAK if ( pass ) { reset_entries(); @@ -15682,6 +15683,7 @@ check_unprotect_ro_dirty_err(void) takedown_cache(cache_ptr, FALSE, FALSE); } +#endif /* QAK */ /* allocate a another cache, protect an entry read only twice, and * then unprotect it with the dirtied flag set. This should fail. |