this should have been deleted and moved to the changelog plugin - I'll take a look.

Cheers,
Brett

[EMAIL PROTECTED] 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:[EMAIL PROTECTED]:/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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]









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



Reply via email to