Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/tagTests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32539/src/org/htmlparser/tests/tagTests
Modified Files:
StyleTagTest.java TagTest.java
Log Message:
Remove unused imports.
Index: StyleTagTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/tagTests/StyleTagTest.java,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** StyleTagTest.java 24 May 2004 16:18:33 -0000 1.37
--- StyleTagTest.java 17 Jul 2004 13:45:06 -0000 1.38
***************
*** 27,31 ****
package org.htmlparser.tests.tagTests;
- import org.htmlparser.Parser;
import org.htmlparser.Text;
import org.htmlparser.tags.HeadTag;
--- 27,30 ----
Index: TagTest.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/tagTests/TagTest.java,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** TagTest.java 2 Jul 2004 00:49:31 -0000 1.59
--- TagTest.java 17 Jul 2004 13:45:06 -0000 1.60
***************
*** 42,46 ****
import org.htmlparser.util.NodeIterator;
import org.htmlparser.util.ParserException;
- import org.htmlparser.util.SpecialHashtable;
public class TagTest extends ParserTestCase
--- 42,45 ----
|