diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2022-05-19 00:06:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-19 00:06:12 (GMT) |
commit | a6f7dccbd6c6b10ac0051a54bf7e35dedf685861 (patch) | |
tree | c1b328163bcf11b6e4a04f593d552494655c6050 /test/cache_api.c | |
parent | 63fc02bae8bfc38433cdd45011258901c25c7269 (diff) | |
download | hdf5-a6f7dccbd6c6b10ac0051a54bf7e35dedf685861.zip hdf5-a6f7dccbd6c6b10ac0051a54bf7e35dedf685861.tar.gz hdf5-a6f7dccbd6c6b10ac0051a54bf7e35dedf685861.tar.bz2 |
Change TestExpress #1722 (#1777)hdf5_1_10_9-base
Diffstat (limited to 'test/cache_api.c')
-rw-r--r-- | test/cache_api.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/cache_api.c b/test/cache_api.c index 9c628dd..b803392 100644 --- a/test/cache_api.c +++ b/test/cache_api.c @@ -662,7 +662,7 @@ check_file_mdc_api_calls(unsigned paged, hid_t fcpl_id) * configured as per the default both by looking at its internal * configuration, and via the H5Fget_mdc_config() call. * - * Then set serveral different configurations, and verify that + * Then set several different configurations, and verify that * they took as per above. */ @@ -835,7 +835,7 @@ check_file_mdc_api_calls(unsigned paged, hid_t fcpl_id) * with the cache API calls. * * NOTE: This test takes some time to run and checks the - * HDF5TestExpress environment variable. + * testing express level value. * * Return: Test pass status (TRUE/FALSE) * @@ -1054,7 +1054,7 @@ mdc_api_call_smoke_check(int express_test, unsigned paged, hid_t fcpl_id) } /* set the dataset creation plist to specify that the raw data is - * to be partioned into 10X10 element chunks. + * to be partitioned into 10X10 element chunks. */ if (pass) { @@ -1885,7 +1885,7 @@ check_file_mdc_api_errs(unsigned paged, hid_t fcpl_id) pass = TRUE; - /* Create a file for test purposes, and veify that its metadata cache + /* Create a file for test purposes, and verify that its metadata cache * set to the default MDC configuration. */ @@ -2254,7 +2254,7 @@ main(void) } /* end if */ /* Test with paged aggregation enabled or not */ - /* The "my_fcpl" passed to each test has the paged or non-paged strategy set up accordinly */ + /* The "my_fcpl" passed to each test has the paged or non-paged strategy set up accordingly */ for (paged = FALSE; paged <= TRUE; paged++) { hid_t my_fcpl = fcpl_id; |