Author: imario
Date: Fri Nov 10 10:58:58 2006
New Revision: 473425

URL: http://svn.apache.org/viewvc?view=rev&rev=473425
Log:
adjusted test path

Modified:
    jakarta/commons/proper/vfs/trunk/project.properties
    jakarta/commons/proper/vfs/trunk/project.xml

Modified: jakarta/commons/proper/vfs/trunk/project.properties
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/project.properties?view=diff&rev=473425&r1=473424&r2=473425
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.properties (original)
+++ jakarta/commons/proper/vfs/trunk/project.properties Fri Nov 10 10:58:58 2006
@@ -43,8 +43,8 @@
 test.password=vfs%2f%25\\te:st
 test.path=/vfstest
 
-test.data.src=${maven.src.dir}/test-data
-test.basedir=${maven.build.dir}/test-data
+test.data.src=${maven.src.dir}/../test-data
+test.basedir=${maven.build.dir}/../test-data
 test.policy=${maven.test.data.src}/test.policy
 test.secure=false
 test.smb.uri=smb://${test.user}:[EMAIL PROTECTED]/${test.user}${test.path}

Modified: jakarta/commons/proper/vfs/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/vfs/trunk/project.xml?view=diff&rev=473425&r1=473424&r2=473425
==============================================================================
--- jakarta/commons/proper/vfs/trunk/project.xml (original)
+++ jakarta/commons/proper/vfs/trunk/project.xml Fri Nov 10 10:58:58 2006
@@ -207,7 +207,7 @@
         <sourceDirectory>core/src/main/java</sourceDirectory>
 
         <!-- Unit test classes -->
-        <unitTestSourceDirectory>core/src/main/test</unitTestSourceDirectory>
+        <unitTestSourceDirectory>core/src/test/java</unitTestSourceDirectory>
         <unitTest>
             <includes>
                 <include>**/test/*TestCase.java</include>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to