From 37221dc091725c6fea09181b845308ab8f26c795 Mon Sep 17 00:00:00 2001 From: Pixel Date: Tue, 3 Apr 2012 08:46:21 -0700 Subject: Reworking a bit the way the queues are working, and thus, the way the LuaTMainTask queue works. --- tests/test-Tasks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-Tasks.cc') diff --git a/tests/test-Tasks.cc b/tests/test-Tasks.cc index 272e61d..60d1dd3 100644 --- a/tests/test-Tasks.cc +++ b/tests/test-Tasks.cc @@ -30,7 +30,7 @@ void MainTask::Do() { customPrinter = new CustomPrinter(); Printer::log(M_STATUS, "Test::Tasks running."); - Task * testTask = Balau::createTask(new TestTask()); + Task * testTask = TaskMan::createTask(new TestTask()); Events::TaskEvent taskEvt(testTask); waitFor(&taskEvt); TAssert(!taskEvt.gotSignal()); -- cgit v1.2.3