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 12d4c73a0c Merge pull request #2956 from sramazzina/1995
new 4fd40d9076 Cleanup XML of action Set Variables #1989
new 8396aee7f7 Minor cleanup #1989
new 3ffb720433 Merge pull request #2963 from nadment/1989
The 5844 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:
.../actions/setvariables/ActionSetVariables.java | 392 +++++++++------------
.../setvariables/ActionSetVariablesDialog.java | 76 ++--
.../messages/messages_en_US.properties | 1 -
.../messages/messages_es_AR.properties | 1 -
.../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 -
...iablesTest.java => ActionSetVariablesTest.java} | 60 +++-
.../WorkflowActionSetVariablesLoadSaveTest.java | 72 ----
.../src/test/resources/set-variables-action.xml | 55 +++
12 files changed, 294 insertions(+), 368 deletions(-)
rename
plugins/actions/setvariables/src/test/java/org/apache/hop/workflow/actions/setvariables/{WorkflowEntrySetVariablesTest.java
=> ActionSetVariablesTest.java} (82%)
delete mode 100644
plugins/actions/setvariables/src/test/java/org/apache/hop/workflow/actions/setvariables/WorkflowActionSetVariablesLoadSaveTest.java
create mode 100644
plugins/actions/setvariables/src/test/resources/set-variables-action.xml