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
bonita
bonita-studio
Commits
ec2c00d9
Commit
ec2c00d9
authored
Sep 08, 2015
by
azara
Browse files
BS-14273 improve generation guidance
remove comment line
parent
0baf4d5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
bundles/plugins/org.bonitasoft.studio.contract/src-test/java/org/bonitasoft/studio/contract/ui/wizard/ContractInputGenerationWizardTest.java
View file @
ec2c00d9
...
...
@@ -172,7 +172,6 @@ public class ContractInputGenerationWizardTest {
when
(
wizardContainer
.
getShell
()).
thenReturn
(
realmWithDisplay
.
getShell
());
wizard
.
setContainer
(
wizardContainer
);
wizard
.
createPageControls
(
realmWithDisplay
.
createComposite
());
// wizard.getContractInputFromBusinessObjectWizardPage().setIsAutogeneratedOperation(true);
wizard
.
performFinish
();
assertThat
(
process
.
getData
().
get
(
0
).
getDefaultValue
()).
isNotNull
();
...
...
@@ -228,7 +227,6 @@ public class ContractInputGenerationWizardTest {
when
(
wizardContainer
.
getShell
()).
thenReturn
(
realmWithDisplay
.
getShell
());
wizard
.
setContainer
(
wizardContainer
);
wizard
.
createPageControls
(
realmWithDisplay
.
createComposite
());
// wizard.getContractInputFromBusinessObjectWizardPage().setIsAutogeneratedOperation(true);
wizard
.
performFinish
();
assertThat
(
task
.
getOperations
().
isEmpty
()).
isFalse
();
...
...
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