summaryrefslogtreecommitdiff
path: root/tests/test_threadpool.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2012-12-07 01:03:49 +0000
committerMark Michelson <mmichelson@digium.com>2012-12-07 01:03:49 +0000
commitec29862a92eec18050ade673e924ecb72f04985f (patch)
tree6a65bd745de74167a18fbf146d947bae1c994fea /tests/test_threadpool.c
parent4590bfd93d7124fbd042f17260738e315e0abb6e (diff)
Fix up categories of threadpool tests.
git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@377369 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'tests/test_threadpool.c')
-rw-r--r--tests/test_threadpool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_threadpool.c b/tests/test_threadpool.c
index fbbe670bb..6d67283bf 100644
--- a/tests/test_threadpool.c
+++ b/tests/test_threadpool.c
@@ -219,7 +219,7 @@ AST_TEST_DEFINE(threadpool_push)
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 @@ AST_TEST_DEFINE(threadpool_thread_creation)
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";