I got this when running ant test:

 

  <testcase classname="org.apache.ivy.plugins.lock.ArtifactLockStrategyTest" 
name="testConcurrentResolve" time="16.312">

    <failure message="expected:&lt;10&gt; but was:&lt;9&gt;" 
type="junit.framework.AssertionFailedError">junit.framework

.AssertionFailedError: expected:&lt;10&gt; but was:&lt;9&gt;

        at 
org.apache.ivy.plugins.lock.ArtifactLockStrategyTest.testConcurrentResolve(ArtifactLockStrategyTest.java:72)

</failure>

 

The second time, I got this :

  <testcase classname="org.apache.ivy.plugins.lock.ArtifactLockStrategyTest" 
name="testConcurrentResolve" time="10.344">

    <failure message="expected:&lt;10&gt; but was:&lt;2&gt;" 
type="junit.framework.AssertionFailedError">junit.framework

.AssertionFailedError: expected:&lt;10&gt; but was:&lt;2&gt;

        at 
org.apache.ivy.plugins.lock.ArtifactLockStrategyTest.testConcurrentResolve(ArtifactLockStrategyTest.java:72)

</failure>

  </testcase>

 

 

Is it only me?

 

And of curse, I can't reproduce it in eclipse.

 

I'm using an ibm jvm 1.5 in both command line and in eclipse.

 

 

Gilles

Reply via email to