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

Ales Justin ales.justin at gmail.com
Thu Nov 19 14:26:24 EST 2009


I guess this removal came from the merge?

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

> 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;
>     }



More information about the jboss-cvs-commits mailing list