aboutsummaryrefslogtreecommitdiff
path: root/libcontextsubscriber/customer-tests/asynchronicity/rapidchanges.py
AgeCommit message (Collapse)Author
2010-06-30Strictly use python2.5Jean-Luc Lamadon
2009-11-12libcontextsubscriber, customer tests: replacing close() calls with wait() ↵Marja Hassinen
(in the "correct order") and adding wait() calls where there were none.
2009-11-05renamed cltool2.py -> cltool.pyGergely Risko
2009-11-04libcontextsubscriber/customer-tests updates for new cltool2Gergely Risko
2009-10-23customer test fixes for better error messages when CITA failsGergely Risko
2009-10-19new customer test: avoiding unnecessary valueChanged signalsAkos PASZTORY
Suspends the client for a while, schedules two value changes in the provider, then after resuming the client, it verifies that it gets only one valueChanged signal. CLTool acquired a feature to suspend/resume the child process.