bloritsch    01/10/31 14:06:08

  Modified:    src/java/org/apache/avalon/excalibur/component
                        ExcaliburComponentManager.java
               src/scratchpad/org/apache/avalon/excalibur/i18n/test
                        XmlBundleTestCase.xtest
  Log:
  Fixes to testcases
  
  Revision  Changes    Path
  1.11      +1 -3      
jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManager.java
  
  Index: ExcaliburComponentManager.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/java/org/apache/avalon/excalibur/component/ExcaliburComponentManager.java,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- ExcaliburComponentManager.java    2001/10/31 21:57:09     1.10
  +++ ExcaliburComponentManager.java    2001/10/31 22:06:08     1.11
  @@ -33,7 +33,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Berin Loritsch</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Paul Russell</a>
  - * @version CVS $Revision: 1.10 $ $Date: 2001/10/31 21:57:09 $
  + * @version CVS $Revision: 1.11 $ $Date: 2001/10/31 22:06:08 $
    * @since 4.0
    */
   public class ExcaliburComponentManager
  @@ -270,8 +270,6 @@
               try
               {
                   final String className = m_roles.getDefaultClassNameForRole( 
role );
  -                if (getLogger().isDebugEnabled())
  -                    getLogger().debug(role + "=" + className);
                   final Class componentClass = m_loader.loadClass( className );
   
                   final Configuration configuration = new 
DefaultConfiguration( "", "-" );
  
  
  
  1.4       +2 -2      
jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/XmlBundleTestCase.xtest
  
  Index: XmlBundleTestCase.xtest
  ===================================================================
  RCS file: 
/home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/XmlBundleTestCase.xtest,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- XmlBundleTestCase.xtest   2001/10/31 21:57:09     1.3
  +++ XmlBundleTestCase.xtest   2001/10/31 22:06:08     1.4
  @@ -11,7 +11,7 @@
       </roles>
       <context/>
       <logkit/>
  -    <components/>
  -        <xpath-processor 
class="org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl"/>
  +    <components>
  +        <xpath-processor/>
       </components>
   </testcase>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to