Explorar o código

Removed generated output for valued events. Currently no sctunit test exists for ValuedEvents statechart.

markus.muehlbrandt@gmail.com %!s(int64=12) %!d(string=hai) anos
pai
achega
b72cddec13

+ 0 - 39
test-plugins/org.yakindu.sct.generator.c.test/test-gen/org/yakindu/sct/generator/c/test/ValuedEvents.java

@@ -1,39 +0,0 @@
-/**
- * Copyright (c) 2013 committers of YAKINDU and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *     committers of YAKINDU - initial API and implementation
- */
-package org.yakindu.sct.generator.c.test;
-
-import java.util.Collection;
-
-import org.junit.Before;
-import org.junit.runner.RunWith;
-import org.yakindu.sct.generator.c.gtest.GTest;
-import org.yakindu.sct.generator.c.gtest.GTestRunner;
-import org.yakindu.sct.generator.c.gtest.GTestHelper;
-
-@GTest(sourceFile = "gtests/ValuedEvents/ValuedEvents.cc", program = "gtests/ValuedEvents/ValuedEvents", model = "testmodels/SCTUnit/ValuedEvents.sct")
-@RunWith(GTestRunner.class)
-public class ValuedEvents {
-
-	protected final GTestHelper helper = new GTestHelper(this) {
-
-		@Override
-		protected void getSourceFiles(Collection<String> files) {
-			super.getSourceFiles(files);
-			files.add(getFileName(getTestProgram()) + ".c");
-		}
-	};
-
-	@Before
-	public void setUp() {
-		helper.generate();
-		helper.compile();
-	}
-}

+ 0 - 1
test-plugins/org.yakindu.sct.test.models/tests/AllTests.sctunit

@@ -17,7 +17,6 @@ testsuite AllTests {
 	StringExpressions, 
 	SyncFork,
 	SyncJoin, 
-	ValuedEvents, 
 	SimpleEvent,
 	STextKeywordsInStatesAndRegions 
 }