Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
f06010b8
Commit
f06010b8
authored
Sep 13, 2017
by
Filip Reaboi
Browse files
Cleaned
refs 2978
parent
d7774c0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.expression/trunk/test-src/test/org/fortiss/af3/expression/base/ExpressionTestModelBase.java
View file @
f06010b8
...
...
@@ -57,7 +57,6 @@ public abstract class ExpressionTestModelBase extends ProjectTestModelBase {
@Override
public
void
setupModel
()
{
super
.
setupModel
();
// dd = findDataDictionary(project, "Data Dictionary");
ICommandStackService
.
getInstance
().
runAsCommand
(
project
,
()
->
{
dd
=
findDataDictionary
(
project
,
"Data Dictionary"
);
});
...
...
@@ -69,9 +68,6 @@ public abstract class ExpressionTestModelBase extends ProjectTestModelBase {
super
.
customizeProjectBeforeRegistering
(
fileProject
);
DataDictionary
newDD
=
ExpressionModelElementFactory
.
createDataDictionary
();
newDD
.
setName
(
"Data Dictionary"
);
// ICommandStackService.getInstance().runAsCommand(fileProject, () -> {
// project.getRootElements().add(newDD);
// });
fileProject
.
getRootElements
().
add
(
newDD
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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