User: d_jencks
  Date: 01/09/18 15:00:45

  Modified:    src/main/org/jboss/test/xa/test XAUnitTestCase.java
  Log:
  Changed tests to deploy/undeploy only once per testcase file.  Moved clearAuthCache 
to JBossTestServices
  
  Revision  Changes    Path
  1.3       +2 -8      jbosstest/src/main/org/jboss/test/xa/test/XAUnitTestCase.java
  
  Index: XAUnitTestCase.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/xa/test/XAUnitTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- XAUnitTestCase.java       2001/09/17 17:33:54     1.2
  +++ XAUnitTestCase.java       2001/09/18 22:00:45     1.3
  @@ -130,16 +130,10 @@
           }
       }
   
  -    protected void setUp() throws Exception
  -    {
  -       super.setUp();
  -       deployJ2ee("xatest.jar");
  -    }
   
  -   protected void tearDown() throws Exception
  +   public static Test suite() throws Exception
      {
  -      undeployJ2ee("xatest.jar");
  -      super.tearDown();
  +      return getJ2eeSetup(XAUnitTestCase.class, "xatest.jar");
      }
   
   }
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to