This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
from aa91b879d Bump org.apache.commons:commons-parent from 98 to 99
add ed1d84588 Add SFTP password authentication tests for Commons VFS2
(#754)
No new revisions were added by this update.
Summary of changes:
commons-vfs2/pom.xml | 6 +-
.../vfs2/provider/sftp/SftpPasswordAuthTest.java | 190 +++++++++
.../vfs2/provider/sftp/SftpTestServerHelper.java | 435 +++++++--------------
pom.xml | 12 +-
4 files changed, 351 insertions(+), 292 deletions(-)
create mode 100644
commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/sftp/SftpPasswordAuthTest.java