[openrtm-commit:01792] r784 - trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC

openrtm @ openrtm.org openrtm @ openrtm.org
2016年 3月 1日 (火) 17:55:44 JST


Author: win-ei
Date: 2016-03-01 17:55:44 +0900 (Tue, 01 Mar 2016)
New Revision: 784

Modified:
   trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/build.xml
Log:
Fixed build.xml for unit tests.. refs #3385

Modified: trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/build.xml
===================================================================
--- trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/build.xml	2016-03-01 08:24:58 UTC (rev 783)
+++ trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/build.xml	2016-03-01 08:55:44 UTC (rev 784)
@@ -810,10 +810,13 @@
 			</classpath>
 			<!--
 			<test name="jp.go.aist.rtm.AllTest110"/>
+			-->
+			<!--
 			<test name="jp.go.aist.rtm.RTC.FactoryTest"/>
 			<test name="jp.go.aist.rtm.RTC.StateMachineTests"/>
+			<test name="jp.go.aist.rtm.RTC.util.RTShellUtilTest"/>
 			-->
-			<test name="jp.go.aist.rtm.RTC.util.RTShellUtilTest"/>
+			<test name="jp.go.aist.rtm.RTC.util.CORBA_RTCUtilTest"/>
 			<!--
 			<batchtest todir="${build.dir.test}/reports">
 				<fileSet dir="${build.dir.test}">


More information about the openrtm-commit mailing list