On 07/05/2010 08:16 PM, Vincent Massol wrote: > > On Jul 5, 2010, at 7:00 PM, vmassol (SVN) wrote: > >> Author: vmassol >> Date: 2010-07-05 19:00:58 +0200 (Mon, 05 Jul 2010) >> New Revision: 30000 > > yeah rev 30000 :)
the size and significance of the code added with this commit raises some suspicions... :) Anca > > -Vincent > >> >> Modified: >> >> platform/core/trunk/xwiki-shared-tests/src/main/java/org/xwiki/test/AbstractMockingComponentTestCase.java >> Log: >> Added comment >> >> Modified: >> platform/core/trunk/xwiki-shared-tests/src/main/java/org/xwiki/test/AbstractMockingComponentTestCase.java >> =================================================================== >> --- >> platform/core/trunk/xwiki-shared-tests/src/main/java/org/xwiki/test/AbstractMockingComponentTestCase.java >> 2010-07-05 16:26:20 UTC (rev 29999) >> +++ >> platform/core/trunk/xwiki-shared-tests/src/main/java/org/xwiki/test/AbstractMockingComponentTestCase.java >> 2010-07-05 17:00:58 UTC (rev 30000) >> @@ -59,6 +59,7 @@ >> this.componentManager = new EmbeddableComponentManager(); >> >> // Step 1: Register all components available >> + // TODO: Remove this so that tests are executed faster. Need to >> offer a way to register components manually. >> this.loader.initialize(this.componentManager, >> getClass().getClassLoader()); >> >> // Step 2: Inject all fields annotated with @MockingRequirement. > > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

