User: dsundstrom
  Date: 02/01/15 16:02:24

  Modified:    src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional
                        ABTest.java
  Log:
  Added a static suite method to each test, so tests can be run
  independently.
  
  Revision  Changes    Path
  1.3       +1 -0      
jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional/ABTest.java
  
  Index: ABTest.java
  ===================================================================
  RCS file: 
/cvsroot/jboss/jbosstest/src/main/org/jboss/test/cmp2/relationship/oneToManyUnidirectional/ABTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ABTest.java       2001/12/27 17:47:08     1.2
  +++ ABTest.java       2002/01/16 00:02:24     1.3
  @@ -9,6 +9,7 @@
   import org.jboss.test.JBossTestCase;
   
   public class ABTest extends EJBTestCase {
  +   
        public static Test suite() throws Exception {
                return JBossTestCase.getJ2eeSetup(ABTest.class, 
"cmp2-relationship.jar");
      }
  
  
  

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

Reply via email to