Skip to content
GitLab
Menu
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
10a29361
Commit
10a29361
authored
Nov 05, 2014
by
Romain Bioteau
Browse files
BS-10726
Update groovy def to 1.0.1
parent
da4fd78e
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/org.bonitasoft.studio.connectors.test/src/org/bonitasoft/studio/connectors/test/TestProvidedDefinitionAndImplementation.java
View file @
10a29361
...
@@ -172,7 +172,7 @@ public class TestProvidedDefinitionAndImplementation extends TestCase {
...
@@ -172,7 +172,7 @@ public class TestProvidedDefinitionAndImplementation extends TestCase {
protected
boolean
filteredInput
(
final
ConnectorDefinition
definition
,
final
String
inputName
)
{
protected
boolean
filteredInput
(
final
ConnectorDefinition
definition
,
final
String
inputName
)
{
return
inputName
.
equals
(
"outputType"
)
&&
definition
.
getId
().
startsWith
(
"database-"
)
return
inputName
.
equals
(
"outputType"
)
&&
definition
.
getId
().
startsWith
(
"database-"
)
||
inputName
.
equals
(
"variables
"
)
&&
definition
.
getId
().
equals
(
"scripting-groovy-script"
);
||
inputName
.
equals
(
"variables"
)
&&
definition
.
getId
().
equals
(
"scripting-groovy-script"
);
}
}
private
void
parsePageWidget
(
final
Component
component
,
final
List
<
String
>
bindInputs
,
final
String
resourceName
,
final
ConnectorDefinition
def
,
final
StringBuilder
testReport
)
{
private
void
parsePageWidget
(
final
Component
component
,
final
List
<
String
>
bindInputs
,
final
String
resourceName
,
final
ConnectorDefinition
def
,
final
StringBuilder
testReport
)
{
...
...
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