mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
porting rev.1998 from 1.4.4 (except ODBC, which will be done later, and SQLite, which was ported in rev.1999)
This commit is contained in:
@@ -290,6 +290,7 @@ void TaskManagerTest::testFinish()
|
||||
pTT->cont();
|
||||
while (pTT->state() != Task::TASK_FINISHED) Thread::sleep(50);
|
||||
assert (pTT->state() == Task::TASK_FINISHED);
|
||||
while (!to.finished()) Thread::sleep(50);
|
||||
assert (to.finished());
|
||||
while (tm.count() == 1) Thread::sleep(50);
|
||||
list = tm.taskList();
|
||||
|
||||
Reference in New Issue
Block a user