[jboss-cvs] jbosstest/src/main/org/jboss/test/securitymgr/test ...

Anil Saldhana anil.saldhana at jboss.com
Tue Jul 11 17:47:10 EDT 2006


  User: asaldhana
  Date: 06/07/11 17:47:10

  Modified:    src/main/org/jboss/test/securitymgr/test 
                        MDBUnitTestCase.java
  Log:
  JBAS-3278: Bring back the original file from Branch_4_0
  
  Revision  Changes    Path
  1.6       +21 -49    jbosstest/src/main/org/jboss/test/securitymgr/test/MDBUnitTestCase.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: MDBUnitTestCase.java
  ===================================================================
  RCS file: /cvsroot/jboss/jbosstest/src/main/org/jboss/test/securitymgr/test/MDBUnitTestCase.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- MDBUnitTestCase.java	11 Jul 2006 21:37:29 -0000	1.5
  +++ MDBUnitTestCase.java	11 Jul 2006 21:47:10 -0000	1.6
  @@ -1,33 +1,30 @@
   /*
  -  * JBoss, Home of Professional Open Source
  -  * Copyright 2005, JBoss Inc., and individual contributors as indicated
  -  * by the @authors tag. See the copyright.txt in the distribution for a
  -  * full listing of individual contributors.
  -  *
  -  * This is free software; you can redistribute it and/or modify it
  -  * under the terms of the GNU Lesser General Public License as
  -  * published by the Free Software Foundation; either version 2.1 of
  -  * the License, or (at your option) any later version.
  -  *
  -  * This software is distributed in the hope that it will be useful,
  -  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  -  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  -  * Lesser General Public License for more details.
  -  *
  -  * You should have received a copy of the GNU Lesser General Public
  -  * License along with this software; if not, write to the Free
  -  * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  -  * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  -  */
  +* JBoss, Home of Professional Open Source
  +* Copyright 2005, JBoss Inc., and individual contributors as indicated
  +* by the @authors tag. See the copyright.txt in the distribution for a
  +* full listing of individual contributors.
  +*
  +* This is free software; you can redistribute it and/or modify it
  +* under the terms of the GNU Lesser General Public License as
  +* published by the Free Software Foundation; either version 2.1 of
  +* the License, or (at your option) any later version.
  +*
  +* This software is distributed in the hope that it will be useful,
  +* but WITHOUT ANY WARRANTY; without even the implied warranty of
  +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  +* Lesser General Public License for more details.
  +*
  +* You should have received a copy of the GNU Lesser General Public
  +* License along with this software; if not, write to the Free
  +* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  +* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
  +*/
   package org.jboss.test.securitymgr.test;
   
  -import junit.framework.TestSuite;
  -import org.jboss.test.JBossTestSetup; 
  -
   /** Basic conformance tests for stateless sessions
    *
    *  @author Scott.Stark at jboss.org
  - *  @version $Revision: 1.5 $
  + *  @version $Revision: 1.6 $
    */
   public class MDBUnitTestCase
         extends org.jboss.test.cts.test.MDBUnitTestCase
  @@ -36,29 +33,4 @@
      {
         super(name);
      }
  -
  -   public static junit.framework.Test suite() throws Exception
  -   {
  -      TestSuite suite = new TestSuite();
  -
  -      suite.addTest(new JBossTestSetup(new TestSuite(MDBUnitTestCase.class))
  -      {
  -         protected void setUp() throws Exception
  -         {
  -            super.setUp();
  -            //ClassLoader loader = Thread.currentThread().getContextClassLoader();
  -            //deploy (loader.getResource("messaging/test-destinations-full-service.xml").toString());
  -            deploy ("cts.jar");
  -         }
  -         protected void tearDown() throws Exception
  -         {
  -            super.tearDown();
  -            //ClassLoader loader = Thread.currentThread().getContextClassLoader();
  -            undeploy ("cts.jar");
  -            //undeploy (loader.getResource("messaging/test-destinations-full-service.xml").toString());
  -         }
  -      });
  -
  -      return suite;
  -   }
   }
  
  
  



More information about the jboss-cvs-commits mailing list