From 2b0482d699e44d1f4159bd68d30b2a6a80d21ca8 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 24 Jun 2015 14:39:01 -0500 Subject: 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 --- tests/test_stasis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_stasis.c') diff --git a/tests/test_stasis.c b/tests/test_stasis.c index 86b69cc32..e01be947b 100644 --- a/tests/test_stasis.c +++ b/tests/test_stasis.c @@ -788,7 +788,7 @@ AST_TEST_DEFINE(subscription_interleaving) "and publishes messages alternately between the children.\n" "It verifies that the messages are received in the expected\n" "order, for different subscription types: one with a dedicated\n" - "thread, the other on the Stasis threadpool.\n"; + "thread, the other on the Stasis threadpool."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break; @@ -1617,7 +1617,7 @@ AST_TEST_DEFINE(router_pool) info->summary = "Test message routing via threadpool"; info->description = "Test simple message routing when\n" "the subscriptions dictate usage of the Stasis\n" - "threadpool.\n"; + "threadpool."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break; -- cgit v1.2.3