User: d_jencks
  Date: 02/04/06 21:25:59

  Modified:    src/main/org/jboss/test/jmx/test
                        DeployServiceUnitTestCase.java
  Log:
  updated to new mbeans used in test
  
  Revision  Changes    Path
  1.13      +2 -2      
jbosstest/src/main/org/jboss/test/jmx/test/DeployServiceUnitTestCase.java
  
  Index: DeployServiceUnitTestCase.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/jmx/test/DeployServiceUnitTestCase.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- DeployServiceUnitTestCase.java    24 Mar 2002 05:35:01 -0000      1.12
  +++ DeployServiceUnitTestCase.java    7 Apr 2002 05:25:59 -0000       1.13
  @@ -31,7 +31,7 @@
   /**
    * @see       <related>
    * @author    <a href="mailto:[EMAIL PROTECTED]";>David Jencks</a>
  - * @version   $Revision: 1.12 $
  + * @version   $Revision: 1.13 $
    */
   public class DeployServiceUnitTestCase
          extends JBossTestCase
  @@ -92,7 +92,7 @@
         String testUrl = url.toString();
   
         //the mbeans we are trying to deploy/undeploy
  -      ObjectName testObjectName = new 
ObjectName("TestDomain:service=ConnectionFactoryLoader,name=DeployTestDS");
  +      ObjectName testObjectName = new ObjectName("jboss.test:service=LocalTxCM");
         //check they aren't there already
         //Well, lets try to kill it.
         if (getServer().isRegistered(testObjectName)) 
  
  
  

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

Reply via email to