]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Unit tests: Fix unit test description strings. 14/714/1
authorRichard Mudgett <rmudgett@digium.com>
Wed, 24 Jun 2015 19:39:01 +0000 (14:39 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 24 Jun 2015 22:11:56 +0000 (17:11 -0500)
commit2b0482d699e44d1f4159bd68d30b2a6a80d21ca8
tree05a70fcd0fab639b49aa86f70471a7d0aaef9ab0
parent6264dbf02d196cf3332c67a47eba11e69e359cc9
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_cdr.c
tests/test_cel.c
tests/test_channel_feature_hooks.c
tests/test_expr.c
tests/test_format_cap.c
tests/test_message.c
tests/test_poll.c
tests/test_sorcery_realtime.c
tests/test_stasis.c
tests/test_threadpool.c
tests/test_voicemail_api.c