From: Aki Tuomi Date: Mon, 6 Aug 2018 08:34:35 +0000 (+0300) Subject: lib: test-strfuncs - Rename test i_strbegins to str_begins X-Git-Tag: 2.3.4~297 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba6572fb921b3feafec132874f6b97b41f013e14;p=thirdparty%2Fdovecot%2Fcore.git lib: test-strfuncs - Rename test i_strbegins to str_begins Matches the real name --- diff --git a/src/lib/test-strfuncs.c b/src/lib/test-strfuncs.c index bd3309e520..d7073be9fd 100644 --- a/src/lib/test-strfuncs.c +++ b/src/lib/test-strfuncs.c @@ -395,7 +395,7 @@ test_str_match(void) test_assert_idx(str_match(tests[i].s1, tests[i].s2) == tests[i].match, i); test_end(); - test_begin("i_strbegins"); + test_begin("str_begins"); for (i = 0; i < N_ELEMENTS(tests); i++) { /* This is just 2 ways of wording the same test, but that also sanity tests the match values above. */