Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
codeling
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
ADVERT
codeling
Commits
ff34db16
Commit
ff34db16
authored
Dec 18, 2017
by
Marco Konersmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates running example test name
parent
512b814b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
RunningExampleTest.xtend
...bWithStatemachine/transformation/RunningExampleTest.xtend
+1
-2
No files found.
Language Integration/examples/ase2017/ejbWithStateMachine.transformation.test/src/main/java/org/codeling/lang/ejbWithStatemachine/transformation/RunningExampleTest.xtend
View file @
ff34db16
...
...
@@ -23,7 +23,7 @@ import org.junit.Test
import
static
org
.
junit
.
Assert
.*
class
WholeProcess
Test
{
class
RunningExample
Test
{
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
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment