Give test category missing leading slash

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@280269 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeff Peeler
2010-07-28 20:49:26 +00:00
parent 3b7f592cc0
commit 50f2b57276

View File

@@ -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"