summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2010-02-11 21:57:37 +0000
committerDavid Vossel <dvossel@digium.com>2010-02-11 21:57:37 +0000
commit6d9c531237f4da4d4e7ec1a7bff9f60b9aae0836 (patch)
tree119e6d50cfc8fee21126c606b80fade10a814cb8 /tests
parent9478670527b70107724dcb2cf01dc3e5d09c1803 (diff)
fixes some test description formatting inconsistencies so log file looks nice
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@246338 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests')
-rw-r--r--tests/test_event.c3
-rw-r--r--tests/test_heap.c3
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_event.c b/tests/test_event.c
index 77a641726..47895b564 100644
--- a/tests/test_event.c
+++ b/tests/test_event.c
@@ -104,8 +104,7 @@ AST_TEST_DEFINE(event_new_test)
info->summary = "Test event creation";
info->description =
"This test exercises the API calls that allow allocation "
- "of an ast_event."
- "\n";
+ "of an ast_event.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;
diff --git a/tests/test_heap.c b/tests/test_heap.c
index a8dd13e0a..4af1492be 100644
--- a/tests/test_heap.c
+++ b/tests/test_heap.c
@@ -135,8 +135,7 @@ AST_TEST_DEFINE(heap_test_2)
"Push one hundred thousand random elements on to a heap, "
"verify that the heap has been properly constructed, "
"and then ensure that the elements are come back off "
- "in the proper order."
- "\n";
+ "in the proper order.";
return AST_TEST_NOT_RUN;
case TEST_EXECUTE:
break;