Author: gtjoseph Date: Tue Dec 23 17:15:53 2014 New Revision: 430059 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430059 Log: 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/ Modified: branches/13/tests/test_astobj2.c Modified: branches/13/tests/test_astobj2.c URL: http://svnview.digium.com/svn/asterisk/branches/13/tests/test_astobj2.c?view=diff&rev=430059&r1=430058&r2=430059 ============================================================================== --- branches/13/tests/test_astobj2.c (original) +++ branches/13/tests/test_astobj2.c Tue Dec 23 17:15:53 2014 @@ -2026,7 +2026,7 @@ 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."; -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- svn-commits mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/svn-commits
