aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sip
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-28 20:49:26 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-28 20:49:26 +0000
commit8aab5110eeed591746b86cb0b012de405d4402da (patch)
tree587401c9a3d44690de929626361aa34300ed9bed /channels/sip
parent94e98dd73b3820e6dd5b9b034e8faf208f149853 (diff)
Give test category missing leading slash
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.8@280269 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/sip')
-rw-r--r--channels/sip/reqresp_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c
index b219bf039..4534bd7f8 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"