[jboss-cvs] JBossAS SVN: r72784 - projects/aop/trunk/aop/src/test/org/jboss/test/aop/rebuildingchain.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 28 09:23:04 EDT 2008


Author: flavia.rainone at jboss.com
Date: 2008-04-28 09:23:04 -0400 (Mon, 28 Apr 2008)
New Revision: 72784

Modified:
   projects/aop/trunk/aop/src/test/org/jboss/test/aop/rebuildingchain/RebuildingChainTestCase.java
Log:
[JBAOP-537] Commenting RebuildingChainTestCase.testConstructorCallByConstructorXXX test methods until JBAOP-433 gets fixed.

Modified: projects/aop/trunk/aop/src/test/org/jboss/test/aop/rebuildingchain/RebuildingChainTestCase.java
===================================================================
--- projects/aop/trunk/aop/src/test/org/jboss/test/aop/rebuildingchain/RebuildingChainTestCase.java	2008-04-28 12:54:18 UTC (rev 72783)
+++ projects/aop/trunk/aop/src/test/org/jboss/test/aop/rebuildingchain/RebuildingChainTestCase.java	2008-04-28 13:23:04 UTC (rev 72784)
@@ -157,7 +157,8 @@
             StaticMethodExecutionSyncThread.NAME);
    }
    
-   public void testConstructorCallByConstructorWithSetDone() throws Exception
+   // TODO This must be uncommented as part of task JBAOP-537 after JBAOP-433 is fixed
+   /*public void testConstructorCallByConstructorWithSetDone() throws Exception
    {
       assertRebuildingChainWithSetDone(new ConstructorCallByConstructorSyncThread(),
             ConstructorCallByConstructorSyncThread.POINTCUT,
@@ -171,8 +172,7 @@
             ConstructorCallByConstructorSyncThread.NAME);
    }
    
-   // TODO This must be uncommented as part of task JBAOP-537 after JBAOP-433 is fixed
-   /*public void testConstructorCallByMethodWithSetDone() throws Exception
+   public void testConstructorCallByMethodWithSetDone() throws Exception
    {
       assertRebuildingChainWithSetDone(new ConstructorCallByMethodSyncThread(),
             ConstructorCallByMethodSyncThread.POINTCUT,




More information about the jboss-cvs-commits mailing list