]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: test-strfuncs - Rename test i_strbegins to str_begins
authorAki Tuomi <aki.tuomi@dovecot.fi>
Mon, 6 Aug 2018 08:34:35 +0000 (11:34 +0300)
committerAki Tuomi <aki.tuomi@dovecot.fi>
Tue, 21 Aug 2018 09:16:40 +0000 (12:16 +0300)
Matches the real name

src/lib/test-strfuncs.c

index bd3309e520359428f377afe0a2ddefa2035acc4c..d7073be9fd54a68b80961493a0210b2882d0fecd 100644 (file)
@@ -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. */