[Htmlparser-cvs] htmlparser/src/org/htmlparser/tests/lexerTests AllTests.java,1.13,1.14 AttributeTes
Brought to you by:
derrickoswald
From: <der...@us...> - 2003-10-26 19:48:25
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests In directory sc8-pr-cvs1:/tmp/cvs-serv24811/htmlparser/src/org/htmlparser/tests/lexerTests Modified Files: AllTests.java AttributeTests.java LexerTests.java PageIndexTests.java PageTests.java SourceTests.java StreamTests.java TagTests.java Log Message: Update version headers to 1.4-20031026 and update changelog. Index: AllTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/AllTests.java,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** AllTests.java 21 Oct 2003 02:24:00 -0000 1.13 --- AllTests.java 26 Oct 2003 19:46:25 -0000 1.14 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030921 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20031026 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: AttributeTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/AttributeTests.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** AttributeTests.java 21 Oct 2003 02:24:00 -0000 1.4 --- AttributeTests.java 26 Oct 2003 19:46:25 -0000 1.5 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030921 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20031026 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: LexerTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/LexerTests.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** LexerTests.java 21 Oct 2003 02:24:00 -0000 1.9 --- LexerTests.java 26 Oct 2003 19:46:25 -0000 1.10 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030921 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20031026 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: PageIndexTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/PageIndexTests.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PageIndexTests.java 21 Oct 2003 02:24:00 -0000 1.9 --- PageIndexTests.java 26 Oct 2003 19:46:25 -0000 1.10 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030921 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20031026 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: PageTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/PageTests.java,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** PageTests.java 21 Oct 2003 02:24:00 -0000 1.11 --- PageTests.java 26 Oct 2003 19:46:25 -0000 1.12 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030921 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20031026 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: SourceTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/SourceTests.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** SourceTests.java 21 Oct 2003 02:24:00 -0000 1.10 --- SourceTests.java 26 Oct 2003 19:46:25 -0000 1.11 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030921 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20031026 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: StreamTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/StreamTests.java,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** StreamTests.java 26 Oct 2003 03:53:33 -0000 1.10 --- StreamTests.java 26 Oct 2003 19:46:25 -0000 1.11 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030921 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20031026 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: TagTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/lexerTests/TagTests.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TagTests.java 21 Oct 2003 02:24:00 -0000 1.2 --- TagTests.java 26 Oct 2003 19:46:25 -0000 1.3 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030921 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20031026 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // |