aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-21 19:16:12 +0000
committerdvossel <dvossel@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-21 19:16:12 +0000
commit2c723abf1953c957e40c068f4d293c4fdbd1f4e8 (patch)
tree5c9da801e459c8f1e3c2439946cc3e78ab515d74 /tests
parent15f42844eff69ae1f2576497c2653a7423f42395 (diff)
make func_file unit test's category consistent with other tests
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@278539 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'tests')
-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.";