summaryrefslogtreecommitdiffstats
path: root/test/cache.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-06-27 16:45:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-06-27 16:45:21 (GMT)
commit8e94745298c2ceacf80b21f0d16e887217527916 (patch)
treeddd75b1badbe9053c60e214673feffa382f4a4f4 /test/cache.c
parent58a95d0d4a593157bb7e77f71347ee50783a11a0 (diff)
downloadhdf5-8e94745298c2ceacf80b21f0d16e887217527916.zip
hdf5-8e94745298c2ceacf80b21f0d16e887217527916.tar.gz
hdf5-8e94745298c2ceacf80b21f0d16e887217527916.tar.bz2
[svn-r27293] Description:
Split parallel metadata cache code into separate source code modules. Tested on: MacOSX/64 10.10.3 (amazon) w/serial & parallel (too minor for h5committest)
Diffstat (limited to 'test/cache.c')
-rw-r--r--test/cache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cache.c b/test/cache.c
index a98a995..8e8f36a 100644
--- a/test/cache.c
+++ b/test/cache.c
@@ -9499,7 +9499,7 @@ check_flush_cache__flush_op_test(H5F_t * file_ptr,
* Modifications:
*
* Updated test for minor changes in the behaviour
- * of H5C_flush_single_entry().
+ * of H5C__flush_single_entry().
*
* JRM -- 2/16/15
*
@@ -10575,7 +10575,7 @@ check_flush_cache__flush_op_eviction_test(H5F_t * file_ptr)
failure_mssg = "unexpected size/len in flush op eviction test 12.";
}
- /* modifications to the H5C_flush_single_entry() function have
+ /* modifications to the H5C__flush_single_entry() function have
* changed the behavior of the cache slightly, causing
* this test to fail. Comment out for now -- come back and
* fix if all goes well.
@@ -10664,7 +10664,7 @@ check_flush_cache__flush_op_eviction_test(H5F_t * file_ptr)
failure_mssg = "unexpected size/len in flush op eviction test 13.";
}
- /* modifications to the H5C_flush_single_entry() function have
+ /* modifications to the H5C__flush_single_entry() function have
* changed the behavior of the cache slightly, causing
* this test to fail. Comment out for now -- come back and
* fix if all goes well.