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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 31 09:44:52 EDT 2006


Author: adrian at jboss.org
Date: 2006-08-31 09:44:51 -0400 (Thu, 31 Aug 2006)
New Revision: 56478

Modified:
   projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/support/CustomCollection.java
Log:
[JBMICROCONT-35] - Fix the preinstantiation test, to show it is not working.

Modified: projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/support/CustomCollection.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/support/CustomCollection.java	2006-08-31 13:41:59 UTC (rev 56477)
+++ projects/microcontainer/trunk/kernel/src/tests/org/jboss/test/kernel/config/support/CustomCollection.java	2006-08-31 13:44:51 UTC (rev 56478)
@@ -39,7 +39,7 @@
    
    public CustomCollection()
    {
-      this.preInstantiated = true;
+      this.preInstantiated = false;
    }
    
    public CustomCollection(boolean preInstantiated)




More information about the jboss-cvs-commits mailing list