[openrtm-commit:02822] r1042 - trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/RTC
openrtm @ openrtm.org
openrtm @ openrtm.org
2017年 9月 13日 (水) 16:52:03 JST
Author: t-katami
Date: 2017-09-13 16:52:02 +0900 (Wed, 13 Sep 2017)
New Revision: 1042
Modified:
trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/RTC/ManagerTest.java
Log:
[incompat,return] Changed it with refs #4186
Modified: trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/RTC/ManagerTest.java
===================================================================
--- trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/RTC/ManagerTest.java 2017-09-13 07:51:06 UTC (rev 1041)
+++ trunk/OpenRTM-aist-Java/jp.go.aist.rtm.RTC/tests/src/jp/go/aist/rtm/RTC/ManagerTest.java 2017-09-13 07:52:02 UTC (rev 1042)
@@ -840,7 +840,6 @@
RTObject_impl comp = mgr2.createComponent("DataFlowComponentFactory");
assertNull(comp);
m_mgr.terminate();
- m_mgr.shutdown();
}
/**
@@ -852,7 +851,6 @@
* </p>
*/
public void test_cleanupComponent() throws Exception {
-System.out.println("test_cleanupComponent()");
java.io.File fileCurrent = new java.io.File(".");
String rootPath = fileCurrent.getAbsolutePath();
rootPath = rootPath.substring(0,rootPath.length()-1);
More information about the openrtm-commit
mailing list