Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-06-06 16:24:56 +0000
committerHenrik Rentz-Reichert2013-06-06 16:24:56 +0000
commit2be781ab10343b52af4e4278c0a01c1e3aaca6eb (patch)
tree1a0b5ab1e2d9d6a6f34ccc580f828c4f66cc6874
parentb659061c31036fa6b52556dcbb2053ac11dc6b68 (diff)
downloadorg.eclipse.etrice-2be781ab10343b52af4e4278c0a01c1e3aaca6eb.tar.gz
org.eclipse.etrice-2be781ab10343b52af4e4278c0a01c1e3aaca6eb.tar.xz
org.eclipse.etrice-2be781ab10343b52af4e4278c0a01c1e3aaca6eb.zip
[generator.c.tests] temporarily removed SendingDataTestC
-rw-r--r--tests/org.eclipse.etrice.generator.c.tests/make.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/org.eclipse.etrice.generator.c.tests/make.xml b/tests/org.eclipse.etrice.generator.c.tests/make.xml
index 69da4c38f..ca61fa4f1 100644
--- a/tests/org.eclipse.etrice.generator.c.tests/make.xml
+++ b/tests/org.eclipse.etrice.generator.c.tests/make.xml
@@ -501,7 +501,9 @@
<target name="copy_results" depends="set_tr">
<move file="./tmp/HandlerTest.xml" tofile="./tmp/CHandlerTest.xml"/>
<move file="./tmp/ChoicePointTest.xml" tofile="./tmp/CChoicePointTest.xml"/>
+ <!--
<move file="./tmp/SendingDataTestC.xml" tofile="./tmp/CSendingDataTest.xml"/>
+ -->
<move file="./tmp/StaticConfigTest.xml" tofile="./tmp/CStaticConfigTest.xml"/>
<move file="./tmp/DataDrivenTest.xml" tofile="./tmp/CDataDrivenTest.xml"/>
<copy todir="${test.results}" >

Back to the top