summaryrefslogtreecommitdiff
path: root/tests/test_channel_feature_hooks.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2015-06-24 14:39:01 -0500
committerRichard Mudgett <rmudgett@digium.com>2015-06-24 17:13:31 -0500
commit9c6d72e30dcdee0322a1b4bff5bde387507693c5 (patch)
treef910fb5c7bc0c216d1b62eaf7c71ae8ea2ef13e8 /tests/test_channel_feature_hooks.c
parenta0c2d2089d25cf3102ccd363e230b8a3085f00ae (diff)
Unit tests: Fix unit test description strings.
Analyzing the code shows that the unit test summary and description strings should not end with a new-line character. Where these strings are used in the code a new-line is provided for output. Change-Id: I129284f5e7ca93d82532334076da4c462d3d9fba
Diffstat (limited to 'tests/test_channel_feature_hooks.c')
-rw-r--r--tests/test_channel_feature_hooks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_channel_feature_hooks.c b/tests/test_channel_feature_hooks.c
index 8faaf9fb2..ad7268822 100644
--- a/tests/test_channel_feature_hooks.c
+++ b/tests/test_channel_feature_hooks.c
@@ -169,7 +169,7 @@ AST_TEST_DEFINE(test_features_channel_dtmf)
info->description =
"This test creates two channels, adds a DTMF hook to one, places them into\n"
"a bridge, and verifies that the DTMF hook added to the channel feature\n"
- "hooks can be triggered once the channel is bridged.\n";
+ "hooks can be triggered once the channel is bridged.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;
@@ -261,7 +261,7 @@ AST_TEST_DEFINE(test_features_channel_interval)
info->description =
"This test creates two channels, adds an interval hook to one, places them\n"
"into a bridge, and verifies that the interval hook added to the channel\n"
- "feature hooks is triggered once the channel is bridged.\n";
+ "feature hooks is triggered once the channel is bridged.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;