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_sorcery_realtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_sorcery_realtime.c') diff --git a/tests/test_sorcery_realtime.c b/tests/test_sorcery_realtime.c index ab9c18814..3791c7c8d 100644 --- a/tests/test_sorcery_realtime.c +++ b/tests/test_sorcery_realtime.c @@ -821,7 +821,7 @@ AST_TEST_DEFINE(object_filter) "realtime backend that is unknown to sorcery. When sorcery attempts to retrieve\n" "the object from the realtime backend, the data unknown to sorcery should be\n" "filtered out of the returned objectset, and the object should be successfully\n" - "allocated by sorcery\n"; + "allocated by sorcery"; return AST_TEST_NOT_RUN; case TEST_EXECUTE: break; -- cgit v1.2.3