summaryrefslogtreecommitdiff
path: root/tests/test_func_file.c
diff options
context:
space:
mode:
authorPaul Belanger <paul.belanger@polybeacon.com>2010-07-25 21:28:10 +0000
committerPaul Belanger <paul.belanger@polybeacon.com>2010-07-25 21:28:10 +0000
commitf1bb6dde750373ad1b665641ee436f0e7e4ce990 (patch)
tree07052654d6cd9bba2a742d5ccfee019c27b1e793 /tests/test_func_file.c
parentb190d76f7f5dc583ca16de81f0f9655010c4644b (diff)
Merged revisions 279442 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r279442 | pabelanger | 2010-07-25 17:26:42 -0400 (Sun, 25 Jul 2010) | 2 lines Add trailing backslash to silence warning message. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@279443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_func_file.c')
-rw-r--r--tests/test_func_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_func_file.c b/tests/test_func_file.c
index 4b59602f7..4e8823ba9 100644
--- a/tests/test_func_file.c
+++ b/tests/test_func_file.c
@@ -253,7 +253,7 @@ AST_TEST_DEFINE(test_func_file)
switch (cmd) {
case TEST_INIT:
info->name = "func_file";
- info->category = "/funcs/func_env";
+ info->category = "/funcs/func_env/";
info->summary = "Verify behavior of the FILE() dialplan function";
info->description =
"Verifies that the examples of the FILE() dialplan function documentation work as described.";