Commit ff34db16 authored by Müller, Marco's avatar Müller, Marco
Browse files

Updates running example test name

parent 512b814b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ import org.junit.Test

import static org.junit.Assert.*

class WholeProcessTest {
class RunningExampleTest {

	static var IJavaProject project;
	static var List<EObject> model;
@@ -33,7 +33,6 @@ class WholeProcessTest {
	static def void _0_executeTransformations() {
		setupCode();
		transformToADL();
		Thread.sleep(30000);
		changeADLModel();
		transformToCode();
	}