On Dec 28, 2009, at 8:06 PM, Jacek Laskowski wrote:
On Sun, Dec 27, 2009 at 11:08 PM, [email protected]
<[email protected]> wrote:
SingletonLazyInstantiationTest
testSuccess :
junit.framework.AssertionFailedError
junit.framework.AssertionFailedError: expected:<1> but was:<0>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:277)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at junit.framework.Assert.assertEquals(Assert.java:201)
at
org
.apache
.openejb
.core
.singleton
.SingletonLazyInstantiationTest
.testSuccess(SingletonLazyInstantiationTest.java:86)
It drives me crazy as I haven't been able to hunt it down on my mac.
It just works (TM) I work with the mvn 2.2.0 and java6 so it could be
why it doesn't fail for me, but it could also be something else. Does
anyone experience the issue reported by Continuum? I don't. How can we
go about it?
Was just noticing that the other day as well. It also drives me crazy
as this test should never fail.
Going to see if I can't add more checks in the test case in some way
and maybe drive out some more information.
-David