You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2004/10/01 08:00:40 UTC

cvs commit: maven/src/test/java/org/apache/maven/project RepositoryTest.java

dion        2004/09/30 23:00:40

  Modified:    src/test/java/org/apache/maven/project RepositoryTest.java
  Log:
  Code doesn't compile.
  
  maven clean test also fails
  
  Revision  Changes    Path
  1.5       +4 -4      maven/src/test/java/org/apache/maven/project/RepositoryTest.java
  
  Index: RepositoryTest.java
  ===================================================================
  RCS file: /home/cvs/maven/src/test/java/org/apache/maven/project/RepositoryTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RepositoryTest.java	21 Sep 2004 13:46:01 -0000	1.4
  +++ RepositoryTest.java	1 Oct 2004 06:00:40 -0000	1.5
  @@ -25,10 +25,10 @@
       public void testSplitScmConnection()
       {
           String con = "scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:module";
  -        String[] tokens = RepositoryUtils.splitSCMConnection(con);
  -        assertEquals("Wrong number of tokens split", 6, tokens.length);
  +//        String[] tokens = RepositoryUtils.splitSCMConnection(con);
  +//        assertEquals("Wrong number of tokens split", 6, tokens.length);
           con = "scm|svn|http://svn.apache.org/repos";
  -        tokens = RepositoryUtils.splitSCMConnection(con);
  -        assertEquals("Wrong number of tokens split", 3, tokens.length);
  +//        tokens = RepositoryUtils.splitSCMConnection(con);
  +//        assertEquals("Wrong number of tokens split", 3, tokens.length);
       }
   }
  
  
  

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


Re: cvs commit: maven/src/test/java/org/apache/maven/project RepositoryTest.java

Posted by Brett Porter <br...@apache.org>.
this should have been deleted and moved to the changelog plugin - I'll 
take a look.

Cheers,
Brett

dion@apache.org wrote:

>dion        2004/09/30 23:00:40
>
>  Modified:    src/test/java/org/apache/maven/project RepositoryTest.java
>  Log:
>  Code doesn't compile.
>  
>  maven clean test also fails
>  
>  Revision  Changes    Path
>  1.5       +4 -4      maven/src/test/java/org/apache/maven/project/RepositoryTest.java
>  
>  Index: RepositoryTest.java
>  ===================================================================
>  RCS file: /home/cvs/maven/src/test/java/org/apache/maven/project/RepositoryTest.java,v
>  retrieving revision 1.4
>  retrieving revision 1.5
>  diff -u -r1.4 -r1.5
>  --- RepositoryTest.java	21 Sep 2004 13:46:01 -0000	1.4
>  +++ RepositoryTest.java	1 Oct 2004 06:00:40 -0000	1.5
>  @@ -25,10 +25,10 @@
>       public void testSplitScmConnection()
>       {
>           String con = "scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:module";
>  -        String[] tokens = RepositoryUtils.splitSCMConnection(con);
>  -        assertEquals("Wrong number of tokens split", 6, tokens.length);
>  +//        String[] tokens = RepositoryUtils.splitSCMConnection(con);
>  +//        assertEquals("Wrong number of tokens split", 6, tokens.length);
>           con = "scm|svn|http://svn.apache.org/repos";
>  -        tokens = RepositoryUtils.splitSCMConnection(con);
>  -        assertEquals("Wrong number of tokens split", 3, tokens.length);
>  +//        tokens = RepositoryUtils.splitSCMConnection(con);
>  +//        assertEquals("Wrong number of tokens split", 3, tokens.length);
>       }
>   }
>  
>  
>  
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
>For additional commands, e-mail: dev-help@maven.apache.org
>
>
>
>
>  
>



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