You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2003/01/29 17:10:14 UTC

cvs commit: jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags/junit JUnitTagLibrary.java CaseTag.java

dion        2003/01/29 08:10:14

  Modified:    jelly/src/test/org/apache/commons/jelly/test/xml
                        TestXMLValidation.java TestNonexistentTags.java
                        TestXMLParserCache.java
               jelly/src/test/org/apache/commons/jelly/tags/junit
                        JUnitTagLibrary.java CaseTag.java
  Log:
  Remove unused imports
  
  Revision  Changes    Path
  1.6       +5 -6      jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml/TestXMLValidation.java
  
  Index: TestXMLValidation.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml/TestXMLValidation.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestXMLValidation.java	24 Jan 2003 02:22:59 -0000	1.5
  +++ TestXMLValidation.java	29 Jan 2003 16:10:13 -0000	1.6
  @@ -72,7 +72,6 @@
   import org.apache.commons.jelly.JellyException;
   import org.apache.commons.jelly.Script;
   import org.apache.commons.jelly.XMLOutput;
  -import org.xml.sax.SAXParseException;
   
   /**
    * A test to confirm that invalid documents are
  
  
  
  1.3       +5 -7      jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java
  
  Index: TestNonexistentTags.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml/TestNonexistentTags.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- TestNonexistentTags.java	24 Jan 2003 02:22:59 -0000	1.2
  +++ TestNonexistentTags.java	29 Jan 2003 16:10:13 -0000	1.3
  @@ -62,7 +62,6 @@
    
   package org.apache.commons.jelly.test.xml;
   
  -import java.io.StringWriter;
   import java.net.URL;
   
   import junit.framework.TestCase;
  @@ -73,7 +72,6 @@
   import org.apache.commons.jelly.JellyException;
   import org.apache.commons.jelly.Script;
   import org.apache.commons.jelly.XMLOutput;
  -import org.xml.sax.SAXParseException;
   
   /**
    * A test to confirm that Jelly scripts fail to parse if they declare tags
  
  
  
  1.6       +5 -6      jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml/TestXMLParserCache.java
  
  Index: TestXMLParserCache.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/test/xml/TestXMLParserCache.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- TestXMLParserCache.java	24 Jan 2003 02:22:59 -0000	1.5
  +++ TestXMLParserCache.java	29 Jan 2003 16:10:13 -0000	1.6
  @@ -72,7 +72,6 @@
   import org.apache.commons.jelly.JellyException;
   import org.apache.commons.jelly.Script;
   import org.apache.commons.jelly.XMLOutput;
  -import org.xml.sax.SAXParseException;
   
   /**
    * A test to confirm that invalid documents are
  
  
  
  1.3       +5 -7      jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java
  
  Index: JUnitTagLibrary.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags/junit/JUnitTagLibrary.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- JUnitTagLibrary.java	24 Jan 2003 07:40:59 -0000	1.2
  +++ JUnitTagLibrary.java	29 Jan 2003 16:10:13 -0000	1.3
  @@ -73,8 +73,6 @@
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   
  -import org.jaxen.JaxenException;
  -
   /** Describes the Taglib. This class could be generated by XDoclet
     *
     * @author <a href="mailto:jstrachan@apache.org">James Strachan</a>
  
  
  
  1.3       +5 -6      jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java
  
  Index: CaseTag.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/jelly/src/test/org/apache/commons/jelly/tags/junit/CaseTag.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CaseTag.java	27 Jan 2003 02:35:26 -0000	1.2
  +++ CaseTag.java	29 Jan 2003 16:10:13 -0000	1.3
  @@ -65,7 +65,6 @@
   import junit.framework.TestSuite;
   
   import org.apache.commons.jelly.JellyContext;
  -import org.apache.commons.jelly.JellyException;
   import org.apache.commons.jelly.JellyTagException;
   import org.apache.commons.jelly.TagSupport;
   import org.apache.commons.jelly.XMLOutput;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org