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