Why was this test commented out?
-David
On Wed, Feb 16, 2005 at 10:03:20PM -0000, [EMAIL PROTECTED] wrote:
> djencks 2005/02/16 17:03:20
>
> Modified: modules/core/src/test/org/openejb/server/soap
> WSContainerTest.java
> Log:
>
> Construct invocation in WSContainer. Add MessageContext to Invocation and
> StatelessInstanceContext so getMessageContext can work
>
> Revision Changes Path
> 1.5 +2 -2
> openejb/modules/core/src/test/org/openejb/server/soap/WSContainerTest.java
>
> Index: WSContainerTest.java
> ===================================================================
> RCS file:
> /home/projects/openejb/scm/openejb/modules/core/src/test/org/openejb/server/soap/WSContainerTest.java,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -r1.4 -r1.5
> --- WSContainerTest.java 3 Feb 2005 00:26:10 -0000 1.4
> +++ WSContainerTest.java 16 Feb 2005 22:03:20 -0000 1.5
> @@ -136,7 +136,7 @@
> }
> }
>
> - public void testAxisStyleMessage() throws Exception {
> + public void xtestAxisStyleMessage() throws Exception {
> Kernel kernel = new Kernel("wstest");
> kernel.boot();
>
>
>
>