You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by bl...@apache.org on 2003/03/31 16:24:20 UTC

cvs commit: avalon-excalibur/sourceresolve/src/test/org/apache/excalibur/source SourceResolverImplTestCase.java

bloritsch    2003/03/31 06:24:20

  Modified:    sourceresolve/src/test/org/apache/excalibur/source
                        SourceResolverImplTestCase.java
  Log:
  remove statement that is no longer true
  
  Revision  Changes    Path
  1.5       +0 -2      avalon-excalibur/sourceresolve/src/test/org/apache/excalibur/source/SourceResolverImplTestCase.java
  
  Index: SourceResolverImplTestCase.java
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/sourceresolve/src/test/org/apache/excalibur/source/SourceResolverImplTestCase.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SourceResolverImplTestCase.java	25 Feb 2003 16:28:23 -0000	1.4
  +++ SourceResolverImplTestCase.java	31 Mar 2003 14:24:19 -0000	1.5
  @@ -68,8 +68,6 @@
           final DefaultServiceManager manager = new DefaultServiceManager();
           manager.put( SourceFactory.ROLE + "Selector", selector );
   
  -        logger.debug( "Servicing the resolver based on the fortress pattern - this will fail because the service implementation in SourceResolverImpl is attempting to narrow the selector to a ComponentSelector instead of a ServiceSelector - something needs to be changed here either in (a) the implementation or (b) this test case and in Fortrress." );
  -
           resolver.service( manager );
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org