/[Apache-SVN]/jakarta/commons/sandbox/vfs/trunk/project.properties
ViewVC logotype

Diff of /jakarta/commons/sandbox/vfs/trunk/project.properties

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- jakarta/commons/sandbox/vfs/trunk/project.properties	2005/05/12 20:25:53	169879
+++ jakarta/commons/sandbox/vfs/trunk/project.properties	2005/05/12 20:34:55	169880
@@ -24,6 +24,10 @@ maven.junit.sysproperties = test.basedir
 maven.test.failure.ignore=true
 maven.ant.excludeTests=**/*.java
 
+test.user=vfsusr
+test.password=vfsusr
+test.path=/vfstest
+
 test.data.src=${maven.src.dir}/test-data
 test.basedir=${maven.build.dir}/test-data
 test.policy=${maven.test.data.src}/test.policy
@@ -32,6 +36,6 @@ test.smb.uri=smb://${test.user}:${test.p
 test.ftp.uri=ftp://${test.user}:${test.password}@${test.hostname}${test.path}
 test.http.uri=http://${test.hostname}${test.path}
 test.webdav.uri=webdav://${test.user}:${test.password}@${test.hostname}${test.path}
-test.sftp.uri=sftp://${test.user}:${test.password}@${test.hostname}/home/${test.user}${test.path}
+test.sftp.uri=sftp://${test.user}:${test.password}@${test.hostname}${test.path}
 
 maven.checkstyle.properties = ${basedir}/checkstyle.properties

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26