This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
from 14fafe6aab Merge pull request #2033 from nadment/HOP1962
add c621a1ca8c Fix #1957 : Cleanup XML of action Column Exists
add 377480e260 Fix #1957: add extra integration test
new 06576e6241 Merge pull request #2037 from apache/HOP1957
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...-check-table.hwf => main-0023-column-exits.hwf} | 141 +++++++---------
.../actions/columnsexist/ActionColumnsExist.java | 187 ++++++++-------------
.../columnsexist/ActionColumnsExistDialog.java | 108 ++++--------
.../messages/messages_en_US.properties | 7 +-
.../messages/messages_fr_FR.properties | 1 -
.../messages/messages_it_IT.properties | 1 -
.../messages/messages_ja_JP.properties | 1 -
.../messages/messages_ko_KR.properties | 1 -
.../messages/messages_zh_CN.properties | 1 -
.../columnsexist/ActionColumnsExistTest.java} | 31 ++--
.../WorkflowActionColumnsExistLoadSaveTest.java | 40 -----
.../WorkflowActionColumnsExistTest.java | 146 ----------------
.../src/test/resources/columns-exist-action.xml} | 50 ++----
13 files changed, 202 insertions(+), 513 deletions(-)
copy integration-tests/database/{main-0005-check-table.hwf =>
main-0023-column-exits.hwf} (63%)
copy
plugins/actions/{checkdbconnection/src/test/java/org/apache/hop/workflow/actions/checkdbconnection/ActionCheckDbConnectionsTest.java
=>
columnsexist/src/test/java/org/apache/hop/workflow/actions/columnsexist/ActionColumnsExistTest.java}
(66%)
delete mode 100644
plugins/actions/columnsexist/src/test/java/org/apache/hop/workflow/actions/columnsexist/WorkflowActionColumnsExistLoadSaveTest.java
delete mode 100644
plugins/actions/columnsexist/src/test/java/org/apache/hop/workflow/actions/columnsexist/WorkflowActionColumnsExistTest.java
copy
plugins/{transforms/normaliser/src/test/resources/normaliser-transform.xml =>
actions/columnsexist/src/test/resources/columns-exist-action.xml} (60%)