Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-12-17 19:06:11 +0000
committerHenrik Rentz-Reichert2012-12-17 19:06:11 +0000
commit9bea5dd593aba43609671a76720242032656cfc4 (patch)
treedba344c9cfc874bdf7d8fdd0b81cd8017787eeb8
parentba2b9a89163eaa45c2bdea947b5719e6230f953e (diff)
downloadorg.eclipse.etrice-v_0.3.0.M2.tar.gz
org.eclipse.etrice-v_0.3.0.M2.tar.xz
org.eclipse.etrice-v_0.3.0.M2.zip
[generator.java.tests] added DynamicConfigTest againv_0.3.0.M2
-rw-r--r--tests/org.eclipse.etrice.generator.java.tests/make.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/org.eclipse.etrice.generator.java.tests/make.xml b/tests/org.eclipse.etrice.generator.java.tests/make.xml
index dfc50aef3..d412671bc 100644
--- a/tests/org.eclipse.etrice.generator.java.tests/make.xml
+++ b/tests/org.eclipse.etrice.generator.java.tests/make.xml
@@ -143,12 +143,10 @@
<arg value="-run_as_test"/>
<classpath path="${bin.path};${runtime.path}/bin;${modellib.path}/bin"/>
</java>
-<!--
<java output="${output}/runDynamicConfigTest.txt" classname="DynamicConfigTest.SubSystemRunner" fork="true" failonerror="true">
<arg value="-run_as_test"/>
<classpath path="${bin.path};${runtime.path}/bin;${modellib.path}/bin"/>
</java>
--->
<java output="${output}/runHandlerTest.txt" classname="HandlerTest.SubSystem_HandlerTestRunner" fork="true" failonerror="true">
<arg value="-run_as_test"/>
<classpath path="${bin.path};${runtime.path}/bin;${modellib.path}/bin"/>

Back to the top