User: starksm 
  Date: 01/09/30 18:48:00

  Modified:    src/main/org/jboss/test/cts/test Tag: Branch_2_4 Main.java
  Log:
  Fix the jbossmq test path and the cts deployment
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.3.2.2   +2 -13     jbosstest/src/main/org/jboss/test/cts/test/Attic/Main.java
  
  Index: Main.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/cts/test/Attic/Main.java,v
  retrieving revision 1.3.2.1
  retrieving revision 1.3.2.2
  diff -u -r1.3.2.1 -r1.3.2.2
  --- Main.java 2001/07/09 01:06:03     1.3.2.1
  +++ Main.java 2001/10/01 01:48:00     1.3.2.2
  @@ -17,7 +17,7 @@
    *
    *   @see <related>
    *   @author $Author: starksm $
  - *   @version $Revision: 1.3.2.1 $
  + *   @version $Revision: 1.3.2.2 $
    */
   
   public class Main
  @@ -291,17 +291,6 @@
            fail("Caught an unknown excpeption");
         }
      }   // testCallbacks()
  -
  -   protected void setUp ()
  -      throws Exception
  -   {
  -      if (deployed) return;
  -
  -      System.out.println("Deploying");
  -      new org.jboss.jmx.client.Deployer().deploy("../deploy/cts.jar");
  -
  -      deployed = true;
  -   }
   
       public static Test suite() {
           TestSuite suite = new TestSuite();
  
  
  

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

Reply via email to