mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user