mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
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:
@@ -2355,7 +2355,7 @@ AST_TEST_DEFINE(get_viabranch_test)
|
|||||||
switch (cmd) {
|
switch (cmd) {
|
||||||
case TEST_INIT:
|
case TEST_INIT:
|
||||||
info->name = "get_viabranch_test";
|
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->summary = "Tests getting sent-by and branch parameter from via";
|
||||||
info->description =
|
info->description =
|
||||||
"Runs through various test situations in which a sent-by and"
|
"Runs through various test situations in which a sent-by and"
|
||||||
|
Reference in New Issue
Block a user