|
From: Developer <de...@bi...> - 2004-04-06 21:27:32
|
Hi,
Does anyone have any idea why I got these errors during runtest.sh? I'm
trying to find a good debugging point. All of the other test passed.
Thanks,
Chris
I'm using JBOSS3.2.4 with postgres.
Testing keyrecovery
.F.F.
Time: 0.355
There were 2 failures:
1)
test01AddKeyPair(se.anatom.ejbca.keyrecovery.junit.TestKeyRecovery)junit.framework.AssertionFailedError: Couldn't save key's in database
at
se.anatom.ejbca.keyrecovery.junit.TestKeyRecovery.test01AddKeyPair(TestKeyRecovery.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at
se.anatom.ejbca.keyrecovery.junit.TestRunner.main(TestRunner.java:24)
2)
test02MarkAndRecoverKeyPair(se.anatom.ejbca.keyrecovery.junit.TestKeyRecovery)junit.framework.AssertionFailedError: Couldn't mark user for recovery in database
at
se.anatom.ejbca.keyrecovery.junit.TestKeyRecovery.test02MarkAndRecoverKeyPair(TestKeyRecovery.java:136)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at
se.anatom.ejbca.keyrecovery.junit.TestRunner.main(TestRunner.java:24)
FAILURES!!!
Tests run: 3, Failures: 2, Errors: 0
|