[Htmlparser-cvs] htmlparser/src/org/htmlparser/tests/lexerTests LexerTests.java,1.28,1.29
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2006-04-17 13:53:15
|
Update of //cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30086/lexerTests Modified Files: LexerTests.java Log Message: Fix unit tests. Move failing test cases to downloads on corresponding RFE artifacts. Index: LexerTests.java =================================================================== RCS file: //cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/LexerTests.java,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** LexerTests.java 19 Mar 2006 15:01:25 -0000 1.28 --- LexerTests.java 17 Apr 2006 13:53:12 -0000 1.29 *************** *** 619,622 **** --- 619,625 ---- mAcceptable.add ("LI"); mAcceptable.add ("IFRAME"); + mAcceptable.add ("LINK"); + mAcceptable.add ("H1"); + mAcceptable.add ("H3"); } |