summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2014-12-23 23:15:53 +0000
committerGeorge Joseph <george.joseph@fairview5.com>2014-12-23 23:15:53 +0000
commit0a3dd7589ebf6845a95b561a08ffb239b5ed2b07 (patch)
tree060ec1fcbbd236f1456fce6e570850db64b1373d /tests
parent7a356232bdf2cd231766459f476f5f0885981878 (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/ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@430059 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests')
-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.";