]
Radoslav Husar reassigned WFLY-11512:
-------------------------------------
Assignee: Radoslav Husar (was: Matej Novotny)
Remove test workaround for CDI-727
----------------------------------
Key: WFLY-11512
URL:
https://issues.jboss.org/browse/WFLY-11512
Project: WildFly
Issue Type: Bug
Components: CDI / Weld
Affects Versions: 15.0.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Priority: Major
Fix For: 16.0.0.Beta1
Test {{EntityListenerBeanManagerInjectionTestCase}} used to fail with security manager
due to CDI-727. However, a workaround has been applied to the test with WFLY-10125 - which
seems wrong - the test should rather have been @ Ignored when running with security
manager.
However, the original issue was already fixed with the component upgrade WFLY-10740
however the workaround has been kept in place which can mask further issues.
{{cd testsuite/integration/basic}}
{{mvn clean test -Dtest=EntityListenerBeanManagerInjectionTestCase -Dsecurity.manager}}