You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by ev...@apache.org on 2004/07/05 14:09:15 UTC

cvs commit: maven-wagon/wagon-providers/http/src/test/java/org/apache/maven/wagon/providers/http HttpWagonTest.java HttpWagonTest.xml

evenisse    2004/07/05 05:09:15

  Modified:    wagon-providers/http/src/test/java/org/apache/maven/wagon/providers/http
                        HttpWagonTest.java HttpWagonTest.xml
  Log:
  Fix tests.
  
  Revision  Changes    Path
  1.6       +3 -3      maven-wagon/wagon-providers/http/src/test/java/org/apache/maven/wagon/providers/http/HttpWagonTest.java
  
  Index: HttpWagonTest.java
  ===================================================================
  RCS file: /home/cvs/maven-wagon/wagon-providers/http/src/test/java/org/apache/maven/wagon/providers/http/HttpWagonTest.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- HttpWagonTest.java	3 Jun 2004 18:31:26 -0000	1.5
  +++ HttpWagonTest.java	5 Jul 2004 12:09:15 -0000	1.6
  @@ -58,7 +58,7 @@
   
           // File round trip testing
           
  -        File file =  FileTestUtils.createUniqueFile( "test-resource" ) ;//new File( basedir, "/target/http-repository/test-resource.txt" );
  +        File file =  FileTestUtils.createUniqueFile( "local-repository", "test-resource.txt" ) ;//new File( basedir, "/target/http-repository/test-resource.txt" );
   
           file.delete();
   
  @@ -79,7 +79,7 @@
   
           f.getParentFile().mkdirs();
   
  -        FileTestUtils.generateFile( f.getAbsolutePath(), "aritfact-dummy" );
  +        FileTestUtils.generateFile( f.getAbsolutePath(), "artifact-dummy" );
   
           httpd = (Httpd) lookup( Httpd.ROLE );
       }
  
  
  
  1.2       +1 -1      maven-wagon/wagon-providers/http/src/test/java/org/apache/maven/wagon/providers/http/HttpWagonTest.xml
  
  Index: HttpWagonTest.xml
  ===================================================================
  RCS file: /home/cvs/maven-wagon/wagon-providers/http/src/test/java/org/apache/maven/wagon/providers/http/HttpWagonTest.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- HttpWagonTest.xml	30 Mar 2004 14:43:06 -0000	1.1
  +++ HttpWagonTest.xml	5 Jul 2004 12:09:15 -0000	1.2
  @@ -8,7 +8,7 @@
           <contexts>
             <context>
               <path>/</path>
  -            <document-root>${basedir}/target/http-repository</document-root>
  +            <document-root>${basedir}/target/test-output/http-repository</document-root>
             </context>
           </contexts>
         </configuration>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-cvs-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-cvs-help@maven.apache.org