From 97bbea389f55845ef85d3664fda04202057a6106 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 19 Sep 2015 00:20:20 -0300 Subject: source-parser: fixed error message --- tests/check_source_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/check_source_parser.c') diff --git a/tests/check_source_parser.c b/tests/check_source_parser.c index 0299c16..94f75c9 100644 --- a/tests/check_source_parser.c +++ b/tests/check_source_parser.c @@ -136,7 +136,7 @@ test_source_parse_config_empty(void **state) assert_null(source); assert_non_null(err); assert_int_equal(err->type, BLOGC_ERROR_SOURCE_PARSER); - assert_string_equal(err->msg, "Your config file is empty."); + assert_string_equal(err->msg, "Your source file is empty."); blogc_error_free(err); b_trie_free(source); } -- cgit v1.2.3-18-g5258