summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/lifecycle.cxx
diff options
context:
space:
mode:
authorJan-Marek Glogowski <glogow@fbihome.de>2016-09-06 10:44:05 +0200
committerJan-Marek Glogowski <glogow@fbihome.de>2017-01-17 16:08:47 +0100
commit17bb38262471cf68167fa11ad875c2785f43a341 (patch)
treeb45164db62a513cbf0a896d32e74eede96a9ac02 /vcl/qa/cppunit/lifecycle.cxx
parent9ec3b1e1bfd38a7a26b8f22024b0d62f771fd5a5 (diff)
Convert bTimer => bIdle
All other places already refer to being Idle, so change the Scheduler::ProcessTaskScheduling argument to bIdle and adapt all other scheduler-related functions. Change-Id: If5a605abbc3e620092127b65ada29f11215a0343
Diffstat (limited to 'vcl/qa/cppunit/lifecycle.cxx')
-rw-r--r--vcl/qa/cppunit/lifecycle.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qa/cppunit/lifecycle.cxx b/vcl/qa/cppunit/lifecycle.cxx
index 67f2e9bce9db..b3a73af757a3 100644
--- a/vcl/qa/cppunit/lifecycle.cxx
+++ b/vcl/qa/cppunit/lifecycle.cxx
@@ -211,7 +211,7 @@ void LifecycleTest::testFocus()
xWin->Show();
xChild->GrabFocus();
// process asynchronous ToTop
- Scheduler::ProcessTaskScheduling(false);
+ Scheduler::ProcessTaskScheduling( true );
// FIXME: really awful to test focus issues without showing windows.
// CPPUNIT_ASSERT(xChild->HasFocus());
}