From fbc22f39090802845c3a046c3e10bae63d6af6cc Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 19 Apr 2015 00:16:36 -0300 Subject: fix test --- tests/check_template_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/check_template_parser.c') diff --git a/tests/check_template_parser.c b/tests/check_template_parser.c index a0cd95c..b7ebd1c 100644 --- a/tests/check_template_parser.c +++ b/tests/check_template_parser.c @@ -96,7 +96,7 @@ test_template_parse_html(void **state) " {% block single_source %}\n" " My cool blog >> {{ TITLE }}\n" " {% endblock %}\n" - " {% block multiple_sources %}\n" + " {% block multiple_sources_once %}\n" " My cool blog - Main page\n" " {% endblock %}\n" " \n" @@ -132,7 +132,7 @@ test_template_parse_html(void **state) blogc_assert_template_stmt(stmts->next->next->next->next->next->next, "\n ", BLOGC_TEMPLATE_CONTENT_STMT); blogc_assert_template_stmt(stmts->next->next->next->next->next->next->next, - "multiple_sources", BLOGC_TEMPLATE_BLOCK_STMT); + "multiple_sources_once", BLOGC_TEMPLATE_BLOCK_STMT); b_slist_t *tmp = stmts->next->next->next->next->next->next->next->next; blogc_assert_template_stmt(tmp, "\n My cool blog - Main page\n ", -- cgit v1.2.3-18-g5258