git-svn-id: https://origsvn.digium.com/svn/asterisk/team/mmichelson/threadpool@377369
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
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";
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";