Просмотр исходного кода

added StringExpression to generator.c.test AllTests

Andreas Mülder 13 лет назад
Родитель
Сommit
8d5fcf45b3

+ 2 - 2
test-plugins/org.yakindu.sct.generator.c.test/src-gen/org/yakindu/sct/generator/c/test/AllTests.java

@@ -19,7 +19,7 @@ import org.junit.runners.Suite.SuiteClasses;
 		DeepHistory.class, Guard.class, IntegerExpressions.class,
 		DeepHistory.class, Guard.class, IntegerExpressions.class,
 		PriorityValues.class, RaiseEvent.class, SameNameDifferentRegion.class,
 		PriorityValues.class, RaiseEvent.class, SameNameDifferentRegion.class,
 		ShallowHistory.class, SimpleHietachy.class, StateIsActive.class,
 		ShallowHistory.class, SimpleHietachy.class, StateIsActive.class,
-		StatechartLocalReactions.class, SyncFork.class, SyncJoin.class,
-		ValuedEvent.class, SimpleEvent.class})
+		StatechartLocalReactions.class, StringExpressions.class,
+		SyncFork.class, SyncJoin.class, ValuedEvent.class, SimpleEvent.class})
 public class AllTests {
 public class AllTests {
 }
 }