summaryrefslogtreecommitdiffstats
path: root/test/cache_api.c
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-05-06 22:59:52 (GMT)
committerGitHub <noreply@github.com>2022-05-06 22:59:52 (GMT)
commitcd4d97218f75c545be14f3148f2c64fd3c60337b (patch)
treee92d760f5517d171c0689195910bfbc27d3a1786 /test/cache_api.c
parent8ad163381083dfc6f0384deb793ba6ad59a936c5 (diff)
parentca737ece9acd8168d9df4a08c9907a294053a883 (diff)
downloadhdf5-feature/werror-restrict.zip
hdf5-feature/werror-restrict.tar.gz
hdf5-feature/werror-restrict.tar.bz2
Merge branch 'develop' into feature/werror-restrictfeature/werror-restrict
Diffstat (limited to 'test/cache_api.c')
-rw-r--r--test/cache_api.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/cache_api.c b/test/cache_api.c
index 6e897ec..ec0a903 100644
--- a/test/cache_api.c
+++ b/test/cache_api.c
@@ -110,9 +110,9 @@ check_fapl_mdc_api_calls(unsigned paged, hid_t fcpl_id)
H5C_auto_size_ctl_t mod_auto_size_ctl;
if (paged)
- TESTING("MDC/FAPL related API calls for paged aggregation strategy")
+ TESTING("MDC/FAPL related API calls for paged aggregation strategy");
else
- TESTING("MDC/FAPL related API calls")
+ TESTING("MDC/FAPL related API calls");
pass = TRUE;
@@ -652,9 +652,9 @@ check_file_mdc_api_calls(unsigned paged, hid_t fcpl_id)
H5AC__DEFAULT_METADATA_WRITE_STRATEGY};
if (paged)
- TESTING("MDC/FILE related API calls for paged aggregation strategy")
+ TESTING("MDC/FILE related API calls for paged aggregation strategy");
else
- TESTING("MDC/FILE related API calls")
+ TESTING("MDC/FILE related API calls");
pass = TRUE;
@@ -975,9 +975,9 @@ mdc_api_call_smoke_check(int express_test, unsigned paged, hid_t fcpl_id)
H5AC__DEFAULT_METADATA_WRITE_STRATEGY};
if (paged)
- TESTING("MDC API smoke check for paged aggregation strategy")
+ TESTING("MDC API smoke check for paged aggregation strategy");
else
- TESTING("MDC API smoke check")
+ TESTING("MDC API smoke check");
pass = TRUE;
@@ -1879,9 +1879,9 @@ check_file_mdc_api_errs(unsigned paged, hid_t fcpl_id)
H5AC_cache_config_t scratch;
if (paged)
- TESTING("MDC/FILE related API input errors for paged aggregation strategy")
+ TESTING("MDC/FILE related API input errors for paged aggregation strategy");
else
- TESTING("MDC/FILE related API input errors")
+ TESTING("MDC/FILE related API input errors");
pass = TRUE;