dovecot-2.2: lib: test-var-expand - disambiguate tests
dovecot at dovecot.org
dovecot at dovecot.org
Tue Sep 16 17:29:24 UTC 2014
details: http://hg.dovecot.org/dovecot-2.2/rev/8a969c11e1af
changeset: 17819:8a969c11e1af
user: Phil Carmody <phil at dovecot.fi>
date: Tue Sep 16 20:29:04 2014 +0300
description:
lib: test-var-expand - disambiguate tests
Two test cases had the same name.
Signed-off-by: Phil Carmody <phil at dovecot.fi>
diffstat:
src/lib/test-var-expand.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 4374e04f6aae -r 8a969c11e1af src/lib/test-var-expand.c
--- a/src/lib/test-var-expand.c Tue Sep 16 20:29:04 2014 +0300
+++ b/src/lib/test-var-expand.c Tue Sep 16 20:29:04 2014 +0300
@@ -34,7 +34,7 @@
string_t *str = t_str_new(128);
unsigned int i;
- test_begin("var_expand");
+ test_begin("var_expand - ranges");
for (i = 0; i < N_ELEMENTS(tests); i++) {
str_truncate(str, 0);
var_expand(str, tests[i].in, table);
@@ -66,7 +66,7 @@
tests[1].out = my_pid;
env_put("FOO=baR");
- test_begin("var_expand");
+ test_begin("var_expand - builtin");
for (i = 0; i < N_ELEMENTS(tests); i++) {
str_truncate(str, 0);
var_expand(str, tests[i].in, table);
More information about the dovecot-cvs
mailing list