Merged revisions 280269 via svnmerge from

https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r280269 | jpeeler | 2010-07-28 15:49:26 -0500 (Wed, 28 Jul 2010) | 2 lines
  
  Give test category missing leading slash
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@280270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
10-digiumphones
Jeff Peeler 15 years ago
parent b75433a9e6
commit 7a987a853e

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

Loading…
Cancel
Save