Author: gtjoseph Date: Tue Dec 23 17:16:35 2014 New Revision: 430060 URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=430060 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/ ........ Merged revisions 430059 from http://svn.asterisk.org/svn/asterisk/branches/13 Modified: trunk/ (props changed) trunk/tests/test_astobj2.c Propchange: trunk/ ------------------------------------------------------------------------------ Binary property 'branch-13-merged' - no diff available. Modified: trunk/tests/test_astobj2.c URL: http://svnview.digium.com/svn/asterisk/trunk/tests/test_astobj2.c?view=diff&rev=430060&r1=430059&r2=430060 ============================================================================== --- trunk/tests/test_astobj2.c (original) +++ trunk/tests/test_astobj2.c Tue Dec 23 17:16:35 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
