[asterisk-commits] jpeeler: trunk r280270 - in /trunk: ./ channels/sip/reqresp_parser.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 28 15:50:05 CDT 2010
Author: jpeeler
Date: Wed Jul 28 15:50:02 2010
New Revision: 280270
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=280270
Log:
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
........
Modified:
trunk/ (props changed)
trunk/channels/sip/reqresp_parser.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.8-merged' - no diff available.
Modified: trunk/channels/sip/reqresp_parser.c
URL: http://svnview.digium.com/svn/asterisk/trunk/channels/sip/reqresp_parser.c?view=diff&rev=280270&r1=280269&r2=280270
==============================================================================
--- trunk/channels/sip/reqresp_parser.c (original)
+++ trunk/channels/sip/reqresp_parser.c Wed Jul 28 15:50:02 2010
@@ -2355,7 +2355,7 @@
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"
More information about the asterisk-commits
mailing list