[Jboss-cvs] JBossAS SVN: r56479 - projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 31 09:49:18 EDT 2006


Author: adrian at jboss.org
Date: 2006-08-31 09:49:14 -0400 (Thu, 31 Aug 2006)
New Revision: 56479

Modified:
   projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test/ListTestCase.java
   projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test/SetTestCase.java
Log:
[JBMICROCONT-35] - Uncomment the preinstantiated list and set tests.

Modified: projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test/ListTestCase.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test/ListTestCase.java	2006-08-31 13:44:51 UTC (rev 56478)
+++ projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test/ListTestCase.java	2006-08-31 13:49:14 UTC (rev 56479)
@@ -237,10 +237,7 @@
       return (SimpleBean) instantiateAndConfigure(configurator, bmd);
    }
 
-   /*
-    * @todo allow retrieval of list instance from the bean
-    */
-   public void TODOtestCustomListPreInstantiated() throws Throwable
+   public void testCustomListPreInstantiated() throws Throwable
    {
       SimpleBean bean = customListPreInstantiated();
       assertNotNull(bean);

Modified: projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test/SetTestCase.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test/SetTestCase.java	2006-08-31 13:44:51 UTC (rev 56478)
+++ projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/test/SetTestCase.java	2006-08-31 13:49:14 UTC (rev 56479)
@@ -236,10 +236,7 @@
       return (SimpleBean) instantiateAndConfigure(configurator, bmd);
    }
 
-   /*
-    * @todo allow retrieval of set instance from the bean
-    */
-   public void TODOtestCustomSetPreInstantiated() throws Throwable
+   public void testCustomSetPreInstantiated() throws Throwable
    {
       SimpleBean bean = customSetPreInstantiated();
       assertNotNull(bean);




More information about the jboss-cvs-commits mailing list