Two tests fail. junit.framework.AssertionFailedError: expected:<38403> but was:<39511> at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at junit.framework.Assert.assertEquals(Assert.java:136) at junit.framework.Assert.assertEquals(Assert.java:142) at org.apache.maven.scm.provider.cvslib.command.checkout.CvsCheckoutCommand Test.testCheckOutWithTag(CvsCheckoutCommandTest.java:88) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
junit.framework.ComparisonFailure: expected:<@@ -0,0 +1 @@ +/src/main/java/org/Foo.java \ No newline at end of file > but was:<> at junit.framework.Assert.assertEquals(Assert.java:81) at junit.framework.Assert.assertEquals(Assert.java:87) at org.apache.maven.scm.tck.command.diff.DiffCommandTckTest.testDiffCommand (DiffCommandTckTest.java:214) mike