This is an automated email from the ASF dual-hosted git repository.
hansva pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
from 254aa21966 Merge pull request #4576 from hansva/4575
add c23ccee8fa HOP-4510: Fix Move Files action error on Windows
add f1c223d8ab Removed elseif and changed else to old method
new 014598b7cb Merge pull request #4582 from wAVeckx/fix-issue-4510
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:
.../actions/movefiles/ActionMoveFiles.java | 7 +-
.../WorkflowActionMoveFilesLocalTest.java | 161 +++++++++++++++++++++
2 files changed, 163 insertions(+), 5 deletions(-)
create mode 100644
plugins/actions/movefiles/src/test/java/org/apache/hop/workflow/actions/movefiles/WorkflowActionMoveFilesLocalTest.java