[openrtm-commit:01000] r689 - trunk/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2013年 2月 11日 (月) 23:11:08 JST


Author: ga
Date: 2013-02-11 23:11:08 +0900 (Mon, 11 Feb 2013)
New Revision: 689

Modified:
   trunk/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/AllTest110.java
Log:
Added testcase.

Modified: trunk/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/AllTest110.java
===================================================================
--- trunk/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/AllTest110.java	2013-02-11 12:52:49 UTC (rev 688)
+++ trunk/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/AllTest110.java	2013-02-11 14:11:08 UTC (rev 689)
@@ -4,6 +4,8 @@
 import jp.go.aist.rtm.RTC.log.LogbufTest;
 import jp.go.aist.rtm.RTC.util.AdjustedClockTest;
 import jp.go.aist.rtm.RTC.util.TimeValueTest;
+import jp.go.aist.rtm.RTC.buffer.RingBufferTest;
+import jp.go.aist.rtm.RTC.executionContext.*;
 import junit.framework.Test;
 import junit.framework.TestSuite;
 
@@ -17,6 +19,9 @@
         suite.addTestSuite(AdjustedClockTest.class);
         
         suite.addTestSuite(LogBufTimeTest.class);
+        suite.addTestSuite(RingBufferTest.class);
+        suite.addTestSuite(ExtTrigExecutionContextTests.class);
+        suite.addTestSuite(PeriodicExecutionContextTests.class);
 
         return suite;
     }



More information about the openrtm-commit mailing list