michal 2003/05/30 08:13:43
Modified: core/src/test/org/apache/maven/artifact/handlers
JarHandlerTest.java
Log:
Small typo fixed
Revision Changes Path
1.3 +2 -2
maven-new/core/src/test/org/apache/maven/artifact/handlers/JarHandlerTest.java
Index: JarHandlerTest.java
===================================================================
RCS file:
/home/cvs/maven-new/core/src/test/org/apache/maven/artifact/handlers/JarHandlerTest.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JarHandlerTest.java 30 May 2003 15:12:34 -0000 1.2
+++ JarHandlerTest.java 30 May 2003 15:13:43 -0000 1.3
@@ -159,7 +159,7 @@
"Classpath does not contain entry for:" + testA,
hasEntryForA);
assertTrue(
- "Classpath does not contain entry for:" + testA,
+ "Classpath does not contain entry for:" + testB,
hasEntryForB);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]