From: Jeff Peeler Date: Wed, 28 Jul 2010 20:49:26 +0000 (+0000) Subject: Give test category missing leading slash X-Git-Tag: 1.8.0-beta3~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=50f2b57276bab73f3aeb04f98f4ec11573c9e814;p=thirdparty%2Fasterisk.git Give test category missing leading slash git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280269 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c index b219bf039a..4534bd7f8c 100644 --- a/channels/sip/reqresp_parser.c +++ b/channels/sip/reqresp_parser.c @@ -2355,7 +2355,7 @@ AST_TEST_DEFINE(get_viabranch_test) switch (cmd) { case TEST_INIT: info->name = "get_viabranch_test"; - info->category = "channels/chan_sip/"; + info->category = "/channels/chan_sip/"; info->summary = "Tests getting sent-by and branch parameter from via"; info->description = "Runs through various test situations in which a sent-by and"