Selaa lähdekoodia

Allow reference of events in Transition Reaction

Andreas Mülder 12 vuotta sitten
vanhempi
commit
0dd601daa6

+ 1 - 1
test-plugins/org.yakindu.sct.model.stext.test/src/org/yakindu/sct/model/stext/test/STextScopeProviderTest.java

@@ -34,7 +34,7 @@ public class STextScopeProviderTest extends AbstractSTextTest {
 	@Before
 	public void setup() {
 		internalScope = createInternalScope(INTERNAL_SCOPE);
-		interfaceScope = createInternalScope(INTERFACE_SCOPE);
+		interfaceScope = createInterfaceScope(INTERFACE_SCOPE);
 
 	}