Update of /cvsroot/htmlparser/htmlparser/src/fit
In directory sc8-pr-cvs1:/tmp/cvs-serv13192/src/fit
Modified Files:
Attributes.java
Log Message:
updated fit test
Index: Attributes.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/fit/Attributes.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Attributes.java 17 Apr 2003 03:07:43 -0000 1.1
--- Attributes.java 24 Aug 2003 18:28:02 -0000 1.2
***************
*** 5,9 ****
import org.htmlparser.parserHelper.*;
import org.htmlparser.tags.*;
- import org.htmlparser.tags.data.*;
public class Attributes extends ColumnFixture {
--- 5,8 ----
***************
*** 28,33 ****
public void execute() throws Exception {
! Tag tag = new Tag(new TagData(0, 0, 0, 0, tagContents, null, null, false));
! table = attParser.parseAttributes(tag);
}
--- 27,31 ----
public void execute() throws Exception {
! table = attParser.parseAttributes(tagContents);
}
|