leosimons 2003/01/06 07:44:14
Modified: util/src/test/org/apache/excalibur/util/test
ComponentTestCase.java
Log:
remove compose() from testcase
Revision Changes Path
1.5 +3 -7
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ComponentTestCase.java 6 Jan 2003 15:39:20 -0000 1.4
+++ ComponentTestCase.java 6 Jan 2003 15:44:14 -0000 1.5
@@ -69,7 +69,6 @@
component.enableLogging( new NullLogger() );
component.contextualize( new DefaultContext() );
- component.compose( new DefaultComponentManager() );
try
{
component.initialize();
@@ -89,7 +88,6 @@
component.enableLogging( new NullLogger() );
component.contextualize( new DefaultContext() );
- component.compose( new DefaultComponentManager() );
component.configure( new DefaultConfiguration( "", "" ) );
component.parameterize( new Parameters() );
component.initialize();
@@ -153,7 +151,6 @@
component.enableLogging( new NullLogger() );
component.contextualize( new DefaultContext() );
- component.compose( new DefaultComponentManager() );
component.configure( new DefaultConfiguration( "", "" ) );
try
@@ -176,7 +173,6 @@
component.enableLogging( new NullLogger() );
component.contextualize( new DefaultContext() );
- component.compose( new DefaultComponentManager() );
try
{
component.configure( new DefaultConfiguration( "", "" ) );
@@ -191,7 +187,7 @@
fail( "Did not detect double assignment of Configuration" );
}
- public void testDoubleAssignOfComponentManger()
+ /*public void testDoubleAssignOfComponentManger()
throws Exception
{
FullLifecycleComponent component = new FullLifecycleComponent();
@@ -210,5 +206,5 @@
}
fail( "Did not detect double assignment of ComponentLocator" );
- }
+ }*/
}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>