From da8450323f9d391737bfeff42306905b27419942 Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Fri, 9 Jul 2010 17:00:22 +0000 Subject: Kill some startup warnings and errors and make some messages more helpful in tracking down the source. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@275105 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- tests/test_strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_strings.c') diff --git a/tests/test_strings.c b/tests/test_strings.c index 2a54beb54..34062f04d 100644 --- a/tests/test_strings.c +++ b/tests/test_strings.c @@ -58,7 +58,7 @@ AST_TEST_DEFINE(str_test) switch (cmd) { case TEST_INIT: info->name = "str_test"; - info->category = "main/strings/"; + info->category = "/main/strings/"; info->summary = "Test dynamic string operations"; info->description = "Test setting and appending stack and heap-allocated strings"; return AST_TEST_NOT_RUN; -- cgit v1.2.3