summaryrefslogtreecommitdiff
path: root/tests/test_func_file.c
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2010-07-21 19:16:12 +0000
committerDavid Vossel <dvossel@digium.com>2010-07-21 19:16:12 +0000
commitf805d00bbd317771bad5bedc16c2cfd8b2b5918b (patch)
tree5c9da801e459c8f1e3c2439946cc3e78ab515d74 /tests/test_func_file.c
parentd6e1c724e59a0b01b7ed23ba3cbfc1accdc11035 (diff)
make func_file unit test's category consistent with other tests
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@278539 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 8aa315f72..4b59602f7 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.";