[asterisk-commits] mmichelson: branch mmichelson/threadpool r377369 - /team/mmichelson/threadpoo...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Dec 6 19:03:53 CST 2012
Author: mmichelson
Date: Thu Dec 6 19:03:49 2012
New Revision: 377369
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=377369
Log:
Fix up categories of threadpool tests.
Modified:
team/mmichelson/threadpool/tests/test_threadpool.c
Modified: team/mmichelson/threadpool/tests/test_threadpool.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/threadpool/tests/test_threadpool.c?view=diff&rev=377369&r1=377368&r2=377369
==============================================================================
--- team/mmichelson/threadpool/tests/test_threadpool.c (original)
+++ team/mmichelson/threadpool/tests/test_threadpool.c Thu Dec 6 19:03:49 2012
@@ -219,7 +219,7 @@
switch (cmd) {
case TEST_INIT:
info->name = "threadpool_push";
- info->category = "/main/threadpool_push/";
+ info->category = "/main/threadpool/";
info->summary = "Test task";
info->description =
"Basic threadpool test";
@@ -268,7 +268,7 @@
switch (cmd) {
case TEST_INIT:
info->name = "threadpool_thread_creation";
- info->category = "/main/threadpool_thread_creation/";
+ info->category = "/main/threadpool/";
info->summary = "Test threadpool thread creation";
info->description =
"Ensure that threads can be added to a threadpool";
More information about the asterisk-commits
mailing list