[jboss-cvs] jboss-cvs-commits Digest, Vol 41, Issue 291

Adrian Brock abrock at redhat.com
Mon Nov 23 04:14:47 EST 2009


On Thu, 2009-11-19 at 20:26 +0100, Ales Justin wrote:
> I guess this removal came from the merge?
> 

No. It probably came from me copying the class from
the 2.0.x branch to the 2.2.x branch without
checking if they were same. :-(

> If yes, can you put it back,
> otherwise your "1st programming rule" disables few asynch features? :-)
> 

Go ahead.

> > Modified: projects/kernel/trunk/dependency/src/test/java/org/jboss/test/dependency/controller/test/ControllerTestSuite.java
> > ===================================================================
> > --- projects/kernel/trunk/dependency/src/test/java/org/jboss/test/dependency/controller/test/ControllerTestSuite.java	2009-11-19 16:35:17 UTC (rev 96587)
> > +++ projects/kernel/trunk/dependency/src/test/java/org/jboss/test/dependency/controller/test/ControllerTestSuite.java	2009-11-19 17:16:28 UTC (rev 96588)
> > @@ -29,7 +29,6 @@
> >   * Controller Test Suite.
> >   * 
> >   * @author <a href="adrian at jboss.com">Adrian Brock</a>
> > - * @author <a href="ales.justin at jboss.com">Ales Justin</a>
> >   * @version $Revision$
> >   */
> >  public class ControllerTestSuite extends TestSuite
> > @@ -45,7 +44,6 @@
> >  
> >        suite.addTest(AliasDependencyTestCase.suite());
> >        suite.addTest(AliasUnitTestCase.suite());
> > -      suite.addTest(AsynchronousTestCase.suite());
> >        suite.addTest(BadDependencyInfoTestCase.suite());
> >        suite.addTest(BasicControllerTestCase.suite());
> >        suite.addTest(BasicDependencyTestCase.suite());
> > @@ -64,10 +62,7 @@
> >        suite.addTest(SelfDependencyTestCase.suite());
> >        suite.addTest(ShutdownControllerTestCase.suite());
> >        suite.addTest(StateConsistencyUnitTestCase.suite());
> > -      suite.addTest(StatelessControllerTestCase.suite());
> > -      suite.addTest(ControllerReportingTestCase.suite());
> > -      suite.addTest(ControllerStateModelTestCase.suite());
> > -      suite.addTest(InitialStateTestCase.suite());
> > +      suite.addTest(RecursiveResolutionTestCase.suite());
> >  
> >        return suite;
> >     }
-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Adrian Brock
Chief Scientist
JBoss by Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx




More information about the jboss-cvs-commits mailing list