From 9c6d72e30dcdee0322a1b4bff5bde387507693c5 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_format_cap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_format_cap.c') diff --git a/tests/test_format_cap.c b/tests/test_format_cap.c index 76b15495f..4d810bf85 100644 --- a/tests/test_format_cap.c +++ b/tests/test_format_cap.c @@ -1088,7 +1088,7 @@ AST_TEST_DEFINE(format_cap_get_names) info->summary = "Test getting the names of formats"; info->description = "Test that obtaining the names from a format capabilities structure\n" - "produces the expected output.\n"; + "produces the expected output."; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break; -- cgit v1.2.3