stephenh    2002/09/12 19:46:41

  Modified:    src/test/org/apache/torque/engine/database/model
                        NameFactoryTest.java
  Log:
  Forgot to remove the suite() method as I renamed runTest -> testNames().
  
  Revision  Changes    Path
  1.7       +2 -16     
jakarta-turbine-torque/src/test/org/apache/torque/engine/database/model/NameFactoryTest.java
  
  Index: NameFactoryTest.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-torque/src/test/org/apache/torque/engine/database/model/NameFactoryTest.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- NameFactoryTest.java      13 Sep 2002 02:43:09 -0000      1.6
  +++ NameFactoryTest.java      13 Sep 2002 02:46:41 -0000      1.7
  @@ -161,18 +161,6 @@
           return buf.toString();
       }
   
  -    /**
  -     * Creates a test suite for this class.
  -     *
  -     * @return A test suite for this class.
  -     */
  -    public static Test suite()
  -    {
  -        TestSuite suite = new TestSuite();
  -        suite.addTest(new NameFactoryTest("NameFactoryTest"));
  -        return suite;
  -    }
  -
       /** Sets up the Torque model. */
       public void setUp()
       {
  @@ -183,11 +171,9 @@
       }
   
       /**
  -     * Runs this test case.
  -     * 
        * @throws Exception on fail
        */
  -    protected void testNames() throws Exception
  +    public void testNames() throws Exception
       {
           for (int algoIndex = 0; algoIndex < ALGORITHMS.length; algoIndex++)
           {
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to