mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07: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. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@362680 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -85,7 +85,7 @@ AST_TEST_DEFINE(single_ll_tests)
|
||||
switch (cmd) {
|
||||
case TEST_INIT:
|
||||
info->name = "ll_tests";
|
||||
info->category = "/main/linkedlists";
|
||||
info->category = "/main/linkedlists/";
|
||||
info->summary = "single linked list unit test";
|
||||
info->description =
|
||||
"Test the single linked list API";
|
||||
|
||||
Reference in New Issue
Block a user