You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by je...@apache.org on 2003/01/22 03:13:45 UTC

cvs commit: jakarta-avalon-excalibur/xmlutil/src/test/org/apache/excalibur/xml/dom/test DefaultDOMHandlerFactoryTestCase.java DefaultDOMHandlerFactoryTestCase.xtest

jefft       2003/01/21 18:13:45

  Modified:    xmlutil/src/test/org/apache/excalibur/xml/dom/test
                        DefaultDOMHandlerFactoryTestCase.java
                        DefaultDOMHandlerFactoryTestCase.xtest
  Log:
  Get the unit test working again
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-avalon-excalibur/xmlutil/src/test/org/apache/excalibur/xml/dom/test/DefaultDOMHandlerFactoryTestCase.java
  
  Index: DefaultDOMHandlerFactoryTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/test/org/apache/excalibur/xml/dom/test/DefaultDOMHandlerFactoryTestCase.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultDOMHandlerFactoryTestCase.java	6 Aug 2002 19:57:07 -0000	1.1
  +++ DefaultDOMHandlerFactoryTestCase.java	22 Jan 2003 02:13:44 -0000	1.2
  @@ -7,7 +7,7 @@
   import org.xml.sax.InputSource;
   import org.apache.avalon.framework.component.ComponentException;
   import org.apache.avalon.excalibur.testcase.ExcaliburTestCase;
  -import org.apache.avalon.excalibur.xml.Parser;
  +import org.apache.excalibur.xml.sax.Parser;
   import org.apache.excalibur.xml.dom.DOMHandler;
   import org.apache.excalibur.xml.dom.DOMHandlerFactory;
   
  
  
  
  1.3       +1 -1      jakarta-avalon-excalibur/xmlutil/src/test/org/apache/excalibur/xml/dom/test/DefaultDOMHandlerFactoryTestCase.xtest
  
  Index: DefaultDOMHandlerFactoryTestCase.xtest
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xmlutil/src/test/org/apache/excalibur/xml/dom/test/DefaultDOMHandlerFactoryTestCase.xtest,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultDOMHandlerFactoryTestCase.xtest	3 Sep 2002 20:30:36 -0000	1.2
  +++ DefaultDOMHandlerFactoryTestCase.xtest	22 Jan 2003 02:13:44 -0000	1.3
  @@ -25,7 +25,7 @@
   	</logkit>
   	<roles>
   		<role name="org.apache.excalibur.xml.dom.DOMHandlerFactory" shorthand="domhandler-factory" default-class="org.apache.excalibur.xml.dom.DefaultDOMHandlerFactory"/>
  -		<role name="org.apache.avalon.excalibur.xml.Parser" shorthand="parser" default-class="org.apache.avalon.excalibur.xml.JaxpParser"/>
  +		<role name="org.apache.excalibur.xml.sax.Parser" shorthand="parser" default-class="org.apache.excalibur.xml.impl.JaxpParser"/>
   	</roles>
   	<components>
   		<parser logger="test">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>