diff options
author | Henrik Rentz-Reichert | 2012-12-17 18:39:10 +0000 |
---|---|---|
committer | Henrik Rentz-Reichert | 2012-12-17 18:39:10 +0000 |
commit | ba2b9a89163eaa45c2bdea947b5719e6230f953e (patch) | |
tree | 58568df8596d0146798d7641de2284b6bd6317be /tests | |
parent | 83c9ae4cb80026d8c24326bfca7e3040a89d209e (diff) | |
download | org.eclipse.etrice-ba2b9a89163eaa45c2bdea947b5719e6230f953e.tar.gz org.eclipse.etrice-ba2b9a89163eaa45c2bdea947b5719e6230f953e.tar.xz org.eclipse.etrice-ba2b9a89163eaa45c2bdea947b5719e6230f953e.zip |
[generator.java.tests] temporary removal of DynamicConfigTest
Diffstat (limited to 'tests')
-rw-r--r-- | tests/org.eclipse.etrice.generator.java.tests/make.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/org.eclipse.etrice.generator.java.tests/make.xml b/tests/org.eclipse.etrice.generator.java.tests/make.xml index d412671bc..dfc50aef3 100644 --- a/tests/org.eclipse.etrice.generator.java.tests/make.xml +++ b/tests/org.eclipse.etrice.generator.java.tests/make.xml @@ -143,10 +143,12 @@ <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"/>
|