[jbosscache-dev] Re: [jbosscache-commits] JBoss Cache SVN: r4530 - core/trunk/src/test/java/org/jboss/cache/multiplexer.

Jason T. Greene jason.greene at redhat.com
Wed Oct 3 12:50:56 EDT 2007


Mircea,

Instead of commenting out, you can do:
@Test(enabled=false)

This allows us to track disabled tests in the future, although surefire 
doesn't help us with that at the moment.

-Jason

jbosscache-commits at lists.jboss.org wrote:
> Author: mircea.markus
> Date: 2007-10-03 11:27:38 -0400 (Wed, 03 Oct 2007)
> New Revision: 4530
> 
> Modified:
>    core/trunk/src/test/java/org/jboss/cache/multiplexer/BadMuxConfigTest.java
> Log:
> temporarly commented a test that was hanging
> 
> Modified: core/trunk/src/test/java/org/jboss/cache/multiplexer/BadMuxConfigTest.java
> ===================================================================
> --- core/trunk/src/test/java/org/jboss/cache/multiplexer/BadMuxConfigTest.java	2007-10-02 19:10:37 UTC (rev 4529)
> +++ core/trunk/src/test/java/org/jboss/cache/multiplexer/BadMuxConfigTest.java	2007-10-03 15:27:38 UTC (rev 4530)
> @@ -60,9 +60,10 @@
>  
>     public void testValidMuxConfig() throws Exception
>     {
> -      muxHelper.configureCacheForMux(cache);
> -
> -      checkStart(false, true);
> +      //todo this test hangs on forever. Uncomment it and make it work...
> +//      muxHelper.configureCacheForMux(cache);
> +//
> +//      checkStart(false, true);
>     }
>  
>     public void testMissingMuxChannelFactory() throws Exception
> 
> _______________________________________________
> jbosscache-commits mailing list
> jbosscache-commits at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jbosscache-commits




More information about the jbosscache-dev mailing list