bug in EJBInterceptComponentTest#testMultipleInterceptedComponent
-----------------------------------------------------------------

                 Key: OWB-33
                 URL: https://issues.apache.org/jira/browse/OWB-33
             Project: OpenWebBeans
          Issue Type: Bug
          Components: Interceptor and Decorators
            Reporter: Mark Struberg
            Assignee: Gurkan Erdogdu


The test for EJBInterceptComponentTest#testMultipleInterceptedComponent 
contains an error. 

Since the context.getContextData() is a HashMap internally, the order of "key" 
and "key2" is finally undefined.

This make the checks
Assert.assertEquals("key", arr[0]);
Assert.assertEquals("key2", arr[1]);
to fail sporadically.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to