syndesisio / connectors

Apache Camel Connectors for Syndesis
Apache License 2.0
6 stars 12 forks source link

the sql-stored only allows IN and OUT arguments, ignoring others #81

Closed KurtStam closed 6 years ago

zregvart commented 6 years ago

Seems that the test needs an update:

Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.227 sec <<< FAILURE! - in io.syndesis.connector.SqlStoredProcedureTest
listAllStoredProcedures(io.syndesis.connector.SqlStoredProcedureTest)  Time elapsed: 0.022 sec  <<< FAILURE!
org.junit.ComparisonFailure: expected:<DEMO_ADD( IN[ INTEGER ${body[A],  IN] INTEGER ${body[B], ...> but was:<DEMO_ADD( IN[TEGER ${body[A], ] INTEGER ${body[B], ...>
    at io.syndesis.connector.SqlStoredProcedureTest.listAllStoredProcedures(SqlStoredProcedureTest.java:73)
KurtStam commented 6 years ago

@zregvart should be good to go now.

pure-bot[bot] commented 6 years ago

Pull request approved by @zregvart - applying approved label