summaryrefslogtreecommitdiff
path: root/tests/test_poll.c
diff options
context:
space:
mode:
authorMichael L. Young <elgueromexicano@gmail.com>2012-04-19 21:14:35 +0000
committerMichael L. Young <elgueromexicano@gmail.com>2012-04-19 21:14:35 +0000
commita011ae78dc2e8b4c8b5c3f5a083e9bdd51fb9b04 (patch)
tree81e5116f249235e86db92e9e0205cd2df0ac3810 /tests/test_poll.c
parent47ccc7f5d6f3aa2e61bd07fd798c6820260fa117 (diff)
Add leading and trailing backslashes
A couple of unit tests did not have have leading or trailing backslashes when setting their test category resulting in a warning message being displayed. Added the backslash where needed. ........ Merged revisions 362680 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 362681 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@362682 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_poll.c')
-rw-r--r--tests/test_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_poll.c b/tests/test_poll.c
index 32e48e2e6..755bb0f9e 100644
--- a/tests/test_poll.c
+++ b/tests/test_poll.c
@@ -85,7 +85,7 @@ AST_TEST_DEFINE(poll_test)
switch (cmd) {
case TEST_INIT:
info->name = "poll_test";
- info->category = "main/poll/";
+ info->category = "/main/poll/";
info->summary = "unit test for the ast_poll() API";
info->description =
"Verifies behavior for the ast_poll() API call\n";