[openrtm-commit:00769] r530 - branches/work/OpenRTM-aist-Python/OpenRTM_aist/test
openrtm @ openrtm.org
openrtm @ openrtm.org
2012年 3月 13日 (火) 17:14:40 JST
Author: kurihara
Date: 2012-03-13 17:14:40 +0900 (Tue, 13 Mar 2012)
New Revision: 530
Modified:
branches/work/OpenRTM-aist-Python/OpenRTM_aist/test/test_ExecutionContextBase.py
Log:
Moved initialization processing in onStarting(). refs #2323
Modified: branches/work/OpenRTM-aist-Python/OpenRTM_aist/test/test_ExecutionContextBase.py
===================================================================
--- branches/work/OpenRTM-aist-Python/OpenRTM_aist/test/test_ExecutionContextBase.py 2012-03-13 08:04:22 UTC (rev 529)
+++ branches/work/OpenRTM-aist-Python/OpenRTM_aist/test/test_ExecutionContextBase.py 2012-03-13 08:14:40 UTC (rev 530)
@@ -97,7 +97,7 @@
self.activate()
return 0
- def onStarted(self):
+ def onStarting(self):
self._svc = True
self.open(0)
return RTC.RTC_OK
openrtm-commit メーリングリストの案内