summaryrefslogtreecommitdiff
path: root/tests/test_astobj2.c
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2014-12-23 23:16:35 +0000
committerGeorge Joseph <george.joseph@fairview5.com>2014-12-23 23:16:35 +0000
commit62d1dba2715ce6a530a844bf57f49860e926fbf1 (patch)
tree30873fb4deeeae7c12b9958deeac16b81b210cd3 /tests/test_astobj2.c
parent1c0604e9053be15df631ffe59d8e252b71c90adc (diff)
test_astobj2: Fix warning for missing trailing slash in category
This patch adds a trailing slash to the category for this test. No more warning. Tested-by: George Joseph Review: https://reviewboard.asterisk.org/r/4295/ ........ Merged revisions 430059 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430060 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_astobj2.c')
-rw-r--r--tests/test_astobj2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_astobj2.c b/tests/test_astobj2.c
index 867c906e2..648475383 100644
--- a/tests/test_astobj2.c
+++ b/tests/test_astobj2.c
@@ -2026,7 +2026,7 @@ AST_TEST_DEFINE(astobj2_test_perf)
switch (cmd) {
case TEST_INIT:
info->name = "astobj2_test_perf";
- info->category = "/main/astobj2/perf";
+ info->category = "/main/astobj2/perf/";
info->summary = "Test container performance";
info->description =
"Runs container traversal tests.";