jicarilla-sandbox/platform/container/impl/src/test/org/jicarilla/container/test/util Type1UtilTestCase.java,1.2,1.3 Type2UtilTestCase.java,1.3,1.4

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container/impl/src/test/org/jicarilla/container/test/util
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16122/container/impl/src/test/org/jicarilla/container/test/util

Modified Files:
	Type1UtilTestCase.java Type2UtilTestCase.java 
Log Message:
Get rid of a bunch of "Component" parts in classnames. And probably some other misc. updates.

Index: Type2UtilTestCase.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/impl/src/test/org/jicarilla/container/test/util/Type2UtilTestCase.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Type2UtilTestCase.java	9 Mar 2004 23:59:59 -0000	1.3
+++ Type2UtilTestCase.java	17 Mar 2004 14:14:22 -0000	1.4
@@ -603,13 +603,13 @@
         container.registerAdapter(
                 new ClassSelector(Homer.class),
                 new SingletonAdapter(
-                        new Type2ComponentFactory( resolver, HomerImpl.class.getName() )
+                        new Type2Factory( resolver, HomerImpl.class.getName() )
                 )
         );
         container.registerAdapter(
                 new ClassSelector(Marge.class),
                 new SingletonAdapter(
-                        new Type2ComponentFactory( resolver, MargeImpl.class.getName() )
+                        new Type2Factory( resolver, MargeImpl.class.getName() )
                 )
         );
 

Index: Type1UtilTestCase.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/impl/src/test/org/jicarilla/container/test/util/Type1UtilTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Type1UtilTestCase.java	9 Mar 2004 20:33:34 -0000	1.2
+++ Type1UtilTestCase.java	17 Mar 2004 14:14:18 -0000	1.3
@@ -43,7 +43,7 @@
 import org.easymock.AbstractMatcher;
 import org.easymock.MockControl;
 import org.jicarilla.container.Resolver;
-import org.jicarilla.container.factories.ManualComponentFactory;
+import org.jicarilla.container.factories.ManualFactory;
 import org.jicarilla.container.adapters.SingletonAdapter;
 import org.jicarilla.container.selectors.ClassSelector;
 import org.jicarilla.container.test.DefaultContainerTestCase;
@@ -289,7 +289,7 @@
         jc.registerAdapter(
                 new ClassSelector( Logger.class ),
                 new SingletonAdapter(
-                        new ManualComponentFactory( new ConsoleLogger(ConsoleLogger.LEVEL_DEBUG))
+                        new ManualFactory( new ConsoleLogger(ConsoleLogger.LEVEL_DEBUG))
                 )
         );
         t = null;
@@ -358,7 +358,7 @@
         jc.registerAdapter(
                 new ClassSelector( AvalonConfigurableHomerConfiguration.class ),
                 new SingletonAdapter(
-                        new ManualComponentFactory( conf )
+                        new ManualFactory( conf )
                 )
         );
 
@@ -379,7 +379,7 @@
                         AvalonConfigurableHomer.class.getName() +
                         ConfigurationUtil.CONFIGURATION_POSTFIX ),
                 new SingletonAdapter(
-                        new ManualComponentFactory( conf )
+                        new ManualFactory( conf )
                 )
         );
 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.