summaryrefslogtreecommitdiff
path: root/tests/test_poll.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:11:56 -0500
commit2b0482d699e44d1f4159bd68d30b2a6a80d21ca8 (patch)
tree05a70fcd0fab639b49aa86f70471a7d0aaef9ab0 /tests/test_poll.c
parent6264dbf02d196cf3332c67a47eba11e69e359cc9 (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_poll.c')
-rw-r--r--tests/test_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_poll.c b/tests/test_poll.c
index 755bb0f9e..8acb717bb 100644
--- a/tests/test_poll.c
+++ b/tests/test_poll.c
@@ -88,7 +88,7 @@ AST_TEST_DEFINE(poll_test)
info->category = "/main/poll/";
info->summary = "unit test for the ast_poll() API";
info->description =
- "Verifies behavior for the ast_poll() API call\n";
+ "Verifies behavior for the ast_poll() API call";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;