From 0a3dd7589ebf6845a95b561a08ffb239b5ed2b07 Mon Sep 17 00:00:00 2001 From: George Joseph Date: Tue, 23 Dec 2014 23:15:53 +0000 Subject: 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 --- tests/test_astobj2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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."; -- cgit v1.2.3