[ summary] [ package list] [ test cases]
Tests | Errors | Failures | Success rate | Time(s) |
---|---|---|---|---|
10 | 1 | 0 | 90.00% | 81.72 |
Note: failuresare anticipated and checked for with assertions while errorsare unanticipated.
[ summary] [ package list] [ test cases]
Package | Tests | Errors | Failures | Success Rate | Time |
---|---|---|---|---|---|
org.gnomekr.potron.service | 5 | 1 | 0 | 80.00% | 81.20 |
org.gnomekr.potron.parser | 5 | 0 | 0 | 100.00% | 0.52 |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
Class | Tests | Errors | Failures | Success Rate | Time | |
---|---|---|---|---|---|---|
ProjectManagerTest | 3 | 0 | 0 | 100.00% | 23.689 | |
UserManagerTest | 1 | 0 | 0 | 100.00% | 20.942 | |
TranslationManagerTest | 1 | 1 | 0 | 0.00% | 36.572 |
[ summary] [ package list] [ test cases]
testProjectPersistence | 21.84 | |
testLanguageTeamPersistence | 0.17 | |
testTemplatePersistence | 0.41 |
testTranslationPersistence | |
ContextHolder invalid: 'null': are your filters ordered correctly? HttpSessionContextIntegrationFilter should have already executed by this time (look for it in the stack dump below)
| |
java.lang.IllegalStateException: ContextHolder invalid: 'null': are your filters ordered correctly? HttpSessionContextIntegrationFilter should have already executed by this time (look for it in the stack dump below) at net.sf.acegisecurity.context.security.SecureContextUtils.getSecureContext(SecureContextUtils.java:38) at org.gnomekr.potron.service.BasePotronService.getContextUser(BasePotronService.java:28) at org.gnomekr.potron.service.TranslationManager.addTranslation(TranslationManager.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:288) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:155) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:122) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:57) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144) at org.springframework.orm.hibernate3.HibernateInterceptor.invoke(HibernateInterceptor.java:163) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:174) at $Proxy4.addTranslation(Unknown Source) at org.gnomekr.potron.service.TranslationManagerTest.testTranslationPersistence(TranslationManagerTest.java:115)
|