summaryrefslogtreecommitdiffstats
path: root/test/cache.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2017-03-02 17:25:40 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2017-03-02 17:25:40 (GMT)
commita04bf9bf7fa47fb3495d63d593efc0a23a36b1e1 (patch)
tree8adf53fffabf4c22c14fee355d9ca1a8e774d64f /test/cache.c
parent82e2f9acbda502c19a836242a3461f76624054d9 (diff)
parent5df52404bc6f6323ebf064b3d82b8e683de96eba (diff)
downloadhdf5-a04bf9bf7fa47fb3495d63d593efc0a23a36b1e1.zip
hdf5-a04bf9bf7fa47fb3495d63d593efc0a23a36b1e1.tar.gz
hdf5-a04bf9bf7fa47fb3495d63d593efc0a23a36b1e1.tar.bz2
Merge pull request #319 in HDFFV/hdf5 from merge_page_buffering_07 to develop
* commit '5df52404bc6f6323ebf064b3d82b8e683de96eba': Misc. small cleanups to sync against incoming page buffering changes.
Diffstat (limited to 'test/cache.c')
-rw-r--r--test/cache.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/test/cache.c b/test/cache.c
index 1cfc0b1..87b1272 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -33693,14 +33693,10 @@ check_metadata_cork(hbool_t fill_via_insertion)
reset_entries();
- if(fill_via_insertion) {
-
- TESTING("to ensure cork/uncork metadata when inserting");
-
- } else {
-
- TESTING("to ensure cork/uncork metadata on protect/unprotect");
- }
+ if(fill_via_insertion)
+ TESTING("to ensure cork/uncork metadata when inserting")
+ else
+ TESTING("to ensure cork/uncork metadata on protect/unprotect")
if(show_progress) /* 0 */
HDfprintf(stdout, "\n%s: check point %d -- pass %d\n",