aboutsummaryrefslogtreecommitdiffstats
path: root/channels/sip
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-11 21:57:37 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-02-11 21:57:37 +0000
commit3ccb40c4ca776882920fa8058801161df187e2cc (patch)
tree119e6d50cfc8fee21126c606b80fade10a814cb8 /channels/sip
parent3d1363a494ba23d8bba3aa8a0001eb314ba9e4cc (diff)
fixes some test description formatting inconsistencies so log file looks nice
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@246338 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/sip')
-rw-r--r--channels/sip/config_parser.c8
-rw-r--r--channels/sip/reqresp_parser.c4
2 files changed, 6 insertions, 6 deletions
diff --git a/channels/sip/config_parser.c b/channels/sip/config_parser.c
index cf040a928..d800c5582 100644
--- a/channels/sip/config_parser.c
+++ b/channels/sip/config_parser.c
@@ -235,8 +235,8 @@ AST_TEST_DEFINE(sip_parse_register_line_test)
info->category = "channels/chan_sip/";
info->summary = "tests sip register line parsing";
info->description =
- " Tests parsing of various register line configurations."
- " Verifies output matches expected behavior.";
+ "Tests parsing of various register line configurations. "
+ "Verifies output matches expected behavior.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;
@@ -573,8 +573,8 @@ AST_TEST_DEFINE(sip_parse_host_line_test)
info->category = "channels/chan_sip/";
info->summary = "tests sip.conf host line parsing";
info->description =
- " Tests parsing of various host line configurations."
- " Verifies output matches expected behavior.";
+ "Tests parsing of various host line configurations. "
+ "Verifies output matches expected behavior.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;
diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c
index 3697e7633..803286c6b 100644
--- a/channels/sip/reqresp_parser.c
+++ b/channels/sip/reqresp_parser.c
@@ -133,8 +133,8 @@ AST_TEST_DEFINE(sip_parse_uri_test)
info->category = "channels/chan_sip/";
info->summary = "tests sip uri parsing";
info->description =
- " Tests parsing of various URIs"
- " Verifies output matches expected behavior.";
+ "Tests parsing of various URIs "
+ "Verifies output matches expected behavior.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;