I got this when running ant test:
<testcase classname="org.apache.ivy.plugins.lock.ArtifactLockStrategyTest"
name="testConcurrentResolve" time="16.312">
<failure message="expected:<10> but was:<9>"
type="junit.framework.AssertionFailedError">junit.framework
.AssertionFailedError: expected:<10> but was:<9>
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:<10> but was:<2>"
type="junit.framework.AssertionFailedError">junit.framework
.AssertionFailedError: expected:<10> but was:<2>
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