leosimons 2003/01/06 07:39:20 Modified: util/src/test/org/apache/excalibur/util/test ComponentTestCase.java Log: remove compose() from testcase Revision Changes Path 1.4 +1 -2 jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/ComponentTestCase.java Index: ComponentTestCase.java =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/util/src/test/org/apache/excalibur/util/test/ComponentTestCase.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ComponentTestCase.java 13 Jun 2002 17:24:52 -0000 1.3 +++ ComponentTestCase.java 6 Jan 2003 15:39:20 -0000 1.4 @@ -36,7 +36,6 @@ component.enableLogging( new NullLogger() ); component.contextualize( new DefaultContext() ); - component.compose( new DefaultComponentManager() ); component.configure( new DefaultConfiguration( "", "" ) ); component.parameterize( new Parameters() ); component.initialize();
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>