Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDan Williams <dcbw@localhost.localdomain>2006-09-25 11:35:44 (GMT)
committer Dan Williams <dcbw@localhost.localdomain>2006-09-25 11:35:44 (GMT)
commitaa0adcf0c514cd8f2c803466220df9652a1c7abf (patch)
tree2d69ff8e2a6adff45b22e7f19e3ea9220fe3f5c1 /tests
parent1070ed3ae6c64049106040f8f3fa8ee6e85b0669 (diff)
Unconditionally reschedule current activity switch timeout
Diffstat (limited to 'tests')
-rwxr-xr-xtests/simulator/kiu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/simulator/kiu.py b/tests/simulator/kiu.py
index 953a609..4c1b6c0 100755
--- a/tests/simulator/kiu.py
+++ b/tests/simulator/kiu.py
@@ -38,8 +38,8 @@ class KiuBot(Bot):
if actid != self._curact:
print "KIU: now setting current activity to %s" % actid
self._owner.set_current_activity(actid)
- self._schedule_activity_switch_timeout()
self._curact = actid
+ self._schedule_activity_switch_timeout()
return False
def _schedule_activity_switch_timeout(self):