summaryrefslogtreecommitdiff
path: root/vcl/qa/cppunit/timer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/qa/cppunit/timer.cxx')
-rw-r--r--vcl/qa/cppunit/timer.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx
index 84dd40a75b69..a0860009ca6d 100644
--- a/vcl/qa/cppunit/timer.cxx
+++ b/vcl/qa/cppunit/timer.cxx
@@ -46,6 +46,7 @@ class TimerTest : public test::BootstrapFixture
public:
TimerTest() : BootstrapFixture(true, false) {}
+ void testIdle();
#ifdef TEST_WATCHDOG
void testWatchdog();
#endif
@@ -55,6 +56,7 @@ public:
void testSlowTimerCallback();
CPPUNIT_TEST_SUITE(TimerTest);
+ CPPUNIT_TEST(testIdle);
#ifdef TEST_WATCHDOG
CPPUNIT_TEST(testWatchdog);
#endif
@@ -77,6 +79,15 @@ void TimerTest::testWatchdog()
}
#endif
+
+void TimerTest::testIdle()
+{
+// Add an idle handler
+// forcible execute that lot first ... and ...
+
+// Error ...
+}
+
// --------------------------------------------------------------------
class TimerBool : public Timer