[asterisk-commits] jpeeler: branch 1.8 r280269 - /branches/1.8/channels/sip/reqresp_parser.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jul 28 15:49:29 CDT 2010


Author: jpeeler
Date: Wed Jul 28 15:49:26 2010
New Revision: 280269

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=280269
Log:
Give test category missing leading slash

Modified:
    branches/1.8/channels/sip/reqresp_parser.c

Modified: branches/1.8/channels/sip/reqresp_parser.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/channels/sip/reqresp_parser.c?view=diff&rev=280269&r1=280268&r2=280269
==============================================================================
--- branches/1.8/channels/sip/reqresp_parser.c (original)
+++ branches/1.8/channels/sip/reqresp_parser.c Wed Jul 28 15:49:26 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