Mercurial > audlegacy
changeset 3310:dfbbad8d7953 trunk
fix test
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 10 Aug 2007 10:47:03 -0500 |
parents | 4400659c1ea6 |
children | 8560d99e36be 257c0d0c5806 |
files | src/tests/tuple_formatter_test.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/tests/tuple_formatter_test.c Fri Aug 10 10:46:29 2007 -0500 +++ b/src/tests/tuple_formatter_test.c Fri Aug 10 10:47:03 2007 -0500 @@ -106,7 +106,7 @@ } g_free(tstr); - tstr = tuple_formatter_process_string(tuple, "${splork:${splork} - }${splork}"); + tstr = tuple_formatter_process_string(tuple, "${?splork:${splork} - }${splork}"); if (g_ascii_strcasecmp(tstr, "moo - moo")) { g_print("fail 10: '%s'\n", tstr);