Thread: [Htmlparser-cvs] htmlparser/src/org/htmlparser/tests/scannersTests AllTests.java,1.42,1.43 AppletSca
Brought to you by:
derrickoswald
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests In directory sc8-pr-cvs1:/tmp/cvs-serv26018/htmlparser/src/org/htmlparser/tests/scannersTests Modified Files: AllTests.java AppletScannerTest.java BaseHREFScannerTest.java BodyScannerTest.java BulletListScannerTest.java BulletScannerTest.java CompositeTagScannerTest.java DivScannerTest.java FormScannerTest.java FrameScannerTest.java FrameSetScannerTest.java HeadScannerTest.java HtmlTest.java ImageScannerTest.java InputTagScannerTest.java JspScannerTest.java LabelScannerTest.java LinkScannerTest.java MetaTagScannerTest.java OptionTagScannerTest.java ScriptScannerTest.java SelectTagScannerTest.java SpanScannerTest.java StyleScannerTest.java TableScannerTest.java TagScannerTest.java TextareaTagScannerTest.java TitleScannerTest.java XmlEndTagScanningTest.java package.html Log Message: Update version headers to 1.4-20030727 and update changelog. Index: AllTests.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/AllTests.java,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** AllTests.java 13 Jul 2003 12:15:11 -0000 1.42 --- AllTests.java 27 Jul 2003 19:19:20 -0000 1.43 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // *************** *** 19,23 **** // Email :so...@ki... // ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 19,23 ---- // Email :so...@ki... // ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: AppletScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/AppletScannerTest.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** AppletScannerTest.java 13 Jul 2003 12:15:11 -0000 1.20 --- AppletScannerTest.java 27 Jul 2003 19:19:20 -0000 1.21 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: BaseHREFScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/BaseHREFScannerTest.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** BaseHREFScannerTest.java 13 Jul 2003 12:15:11 -0000 1.20 --- BaseHREFScannerTest.java 27 Jul 2003 19:19:20 -0000 1.21 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: BodyScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/BodyScannerTest.java,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** BodyScannerTest.java 16 May 2003 11:38:38 -0000 1.6 --- BodyScannerTest.java 27 Jul 2003 19:19:21 -0000 1.7 *************** *** 1,3 **** ! // HTMLParser Library v1_3_20030125 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_3_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: BulletListScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/BulletListScannerTest.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** BulletListScannerTest.java 31 May 2003 17:48:19 -0000 1.2 --- BulletListScannerTest.java 27 Jul 2003 19:19:21 -0000 1.3 *************** *** 1,8 **** ! /* ! * Created on Apr 27, 2003 ! * ! * To change the template for this generated file go to ! * Window>Preferences>Java>Code Generation>Code and Comments ! */ package org.htmlparser.tests.scannersTests; --- 1,30 ---- ! // HTMLParser Library v1_3_20030727 - A java-based parser for HTML ! // Copyright (C) Dec 31, 2000 Somik Raha ! // ! // This library is free software; you can redistribute it and/or ! // modify it under the terms of the GNU Lesser General Public ! // License as published by the Free Software Foundation; either ! // version 2.1 of the License, or (at your option) any later version. ! // ! // This library is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! // Lesser General Public License for more details. ! // ! // You should have received a copy of the GNU Lesser General Public ! // License along with this library; if not, write to the Free Software ! // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ! // ! // For any questions or suggestions, you can write to me at : ! // Email :so...@in... ! // ! // Postal Address : ! // Somik Raha ! // Extreme Programmer & Coach ! // Industrial Logic Corporation ! // 2583 Cedar Street, Berkeley, ! // CA 94708, USA ! // Website : http://www.industriallogic.com ! package org.htmlparser.tests.scannersTests; Index: BulletScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/BulletScannerTest.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** BulletScannerTest.java 28 Apr 2003 03:06:30 -0000 1.3 --- BulletScannerTest.java 27 Jul 2003 19:19:21 -0000 1.4 *************** *** 1,2 **** --- 1,30 ---- + // HTMLParser Library v1_3_20030727 - A java-based parser for HTML + // Copyright (C) Dec 31, 2000 Somik Raha + // + // This library is free software; you can redistribute it and/or + // modify it under the terms of the GNU Lesser General Public + // License as published by the Free Software Foundation; either + // version 2.1 of the License, or (at your option) any later version. + // + // This library is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // + // For any questions or suggestions, you can write to me at : + // Email :so...@in... + // + // Postal Address : + // Somik Raha + // Extreme Programmer & Coach + // Industrial Logic Corporation + // 2583 Cedar Street, Berkeley, + // CA 94708, USA + // Website : http://www.industriallogic.com + package org.htmlparser.tests.scannersTests; Index: CompositeTagScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/CompositeTagScannerTest.java,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** CompositeTagScannerTest.java 28 Apr 2003 03:06:30 -0000 1.30 --- CompositeTagScannerTest.java 27 Jul 2003 19:19:21 -0000 1.31 *************** *** 1,2 **** --- 1,30 ---- + // HTMLParser Library v1_3_20030727 - A java-based parser for HTML + // Copyright (C) Dec 31, 2000 Somik Raha + // + // This library is free software; you can redistribute it and/or + // modify it under the terms of the GNU Lesser General Public + // License as published by the Free Software Foundation; either + // version 2.1 of the License, or (at your option) any later version. + // + // This library is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // + // For any questions or suggestions, you can write to me at : + // Email :so...@in... + // + // Postal Address : + // Somik Raha + // Extreme Programmer & Coach + // Industrial Logic Corporation + // 2583 Cedar Street, Berkeley, + // CA 94708, USA + // Website : http://www.industriallogic.com + package org.htmlparser.tests.scannersTests; *************** *** 76,80 **** public void testCompositeTagWithOneTextChild() throws ParserException { createParser( ! "<Custom>" + "Hello" + "</Custom>" ); CustomTag customTag = parseCustomTag(1); --- 104,110 ---- public void testCompositeTagWithOneTextChild() throws ParserException { createParser( ! "<Custom>" + ! "Hello" + ! "</Custom>" ); CustomTag customTag = parseCustomTag(1); *************** *** 142,146 **** public void testParseTwoCompositeTags() throws ParserException { createParser( ! "<Custom>" + "</Custom>" + "<Custom/>" ); --- 172,177 ---- public void testParseTwoCompositeTags() throws ParserException { createParser( ! "<Custom>" + ! "</Custom>" + "<Custom/>" ); *************** *** 174,178 **** createParser( "<Custom>" + ! "<Another>" + "Hello" + "</Another>" + "<Custom/>" + "</Custom>" + --- 205,211 ---- createParser( "<Custom>" + ! "<Another>" + ! "Hello" + ! "</Another>" + "<Custom/>" + "</Custom>" + *************** *** 200,204 **** "<Another>" + "Hello" + ! "</Another>" + "<unknown>" + "World" + "</unknown>" + "<Custom/>" + "</Custom>" + --- 233,240 ---- "<Another>" + "Hello" + ! "</Another>" + ! "<unknown>" + ! "World" + ! "</unknown>" + "<Custom/>" + "</Custom>" + *************** *** 237,241 **** public void testErroneousCompositeTagWithChildren() throws ParserException { createParser( ! "<custom>" + "<firstChild>" + "<secondChild>" ); CustomTag customTag = parseCustomTag(1); --- 273,279 ---- public void testErroneousCompositeTagWithChildren() throws ParserException { createParser( ! "<custom>" + ! "<firstChild>" + ! "<secondChild>" ); CustomTag customTag = parseCustomTag(1); *************** *** 266,270 **** assertStringEquals( "html", ! "<CUSTOM><FIRSTCHILD>\r\n" + "<SECONDCHILD>" + "</CUSTOM>", customTag.toHtml() ); --- 304,310 ---- assertStringEquals( "html", ! "<CUSTOM><FIRSTCHILD>\r\n" + ! "<SECONDCHILD>" + ! "</CUSTOM>", customTag.toHtml() ); *************** *** 326,330 **** public void testCompositeTagWithErroneousAnotherTag() throws ParserException { createParser( ! "<custom>" + "<another>" + "</custom>" ); parser.addScanner(new AnotherScanner(true)); --- 366,372 ---- public void testCompositeTagWithErroneousAnotherTag() throws ParserException { createParser( ! "<custom>" + ! "<another>" + ! "</custom>" ); parser.addScanner(new AnotherScanner(true)); *************** *** 347,351 **** "<another>something" + "</custom>"+ ! "<custom>" + "<another>else</another>" + "</custom>" ); parser.addScanner(new AnotherScanner(true)); --- 389,395 ---- "<another>something" + "</custom>"+ ! "<custom>" + ! "<another>else</another>" + ! "</custom>" ); parser.addScanner(new AnotherScanner(true)); *************** *** 364,368 **** assertStringEquals( "first custom tag html", ! "<CUSTOM><ANOTHER>something</ANOTHER></CUSTOM>", customTag.toHtml() ); customTag = (CustomTag)node[1]; --- 408,413 ---- assertStringEquals( "first custom tag html", ! "<CUSTOM><ANOTHER>something</ANOTHER></CUSTOM>", ! customTag.toHtml() ); customTag = (CustomTag)node[1]; *************** *** 500,504 **** public void testComplexNesting() throws ParserException { createParser( ! "<custom>" + "<custom>" + "<another>" + "</custom>" + "<custom>" + "<another>" + "</custom>" + "</custom>" ); parser.addScanner(new CustomScanner()); --- 545,556 ---- public void testComplexNesting() throws ParserException { createParser( ! "<custom>" + ! "<custom>" + ! "<another>" + ! "</custom>" + ! "<custom>" + ! "<another>" + ! "</custom>" + ! "</custom>" ); parser.addScanner(new CustomScanner()); *************** *** 518,522 **** public void testDisallowedChildren() throws ParserException { createParser( ! "<custom>\n" + "Hello" + "<custom>\n" + "World" + "<custom>\n" + "Hey\n" + "</custom>" ); parser.addScanner(new CustomScanner(false)); --- 570,580 ---- public void testDisallowedChildren() throws ParserException { createParser( ! "<custom>\n" + ! "Hello" + ! "<custom>\n" + ! "World" + ! "<custom>\n" + ! "Hey\n" + ! "</custom>" ); parser.addScanner(new CustomScanner(false)); Index: DivScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/DivScannerTest.java,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** DivScannerTest.java 13 Jul 2003 12:15:11 -0000 1.26 --- DivScannerTest.java 27 Jul 2003 19:19:21 -0000 1.27 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: FormScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/FormScannerTest.java,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** FormScannerTest.java 13 Jul 2003 12:15:11 -0000 1.26 --- FormScannerTest.java 27 Jul 2003 19:19:21 -0000 1.27 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: FrameScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/FrameScannerTest.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** FrameScannerTest.java 13 Jul 2003 12:15:11 -0000 1.20 --- FrameScannerTest.java 27 Jul 2003 19:19:21 -0000 1.21 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: FrameSetScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/FrameSetScannerTest.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** FrameSetScannerTest.java 13 Jul 2003 12:15:11 -0000 1.20 --- FrameSetScannerTest.java 27 Jul 2003 19:19:21 -0000 1.21 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: HeadScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/HeadScannerTest.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** HeadScannerTest.java 13 Jul 2003 12:15:11 -0000 1.9 --- HeadScannerTest.java 27 Jul 2003 19:19:21 -0000 1.10 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: HtmlTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/HtmlTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** HtmlTest.java 13 Apr 2003 06:28:05 -0000 1.4 --- HtmlTest.java 27 Jul 2003 19:19:21 -0000 1.5 *************** *** 1,2 **** --- 1,30 ---- + // HTMLParser Library v1_3_20030727 - A java-based parser for HTML + // Copyright (C) Dec 31, 2000 Somik Raha + // + // This library is free software; you can redistribute it and/or + // modify it under the terms of the GNU Lesser General Public + // License as published by the Free Software Foundation; either + // version 2.1 of the License, or (at your option) any later version. + // + // This library is distributed in the hope that it will be useful, + // but WITHOUT ANY WARRANTY; without even the implied warranty of + // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + // Lesser General Public License for more details. + // + // You should have received a copy of the GNU Lesser General Public + // License along with this library; if not, write to the Free Software + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // + // For any questions or suggestions, you can write to me at : + // Email :so...@in... + // + // Postal Address : + // Somik Raha + // Extreme Programmer & Coach + // Industrial Logic Corporation + // 2583 Cedar Street, Berkeley, + // CA 94708, USA + // Website : http://www.industriallogic.com + package org.htmlparser.tests.scannersTests; *************** *** 17,21 **** public void testScan() throws Exception { createParser( ! "<html>" + " <head>" + " <title>Some Title</title>" + " </head>" + " <body>" + " Some data" + " </body>" + "</html>"); parser.addScanner(new TitleScanner("")); parser.addScanner(new HtmlScanner()); --- 45,56 ---- public void testScan() throws Exception { createParser( ! "<html>" + ! " <head>" + ! " <title>Some Title</title>" + ! " </head>" + ! " <body>" + ! " Some data" + ! " </body>" + ! "</html>"); parser.addScanner(new TitleScanner("")); parser.addScanner(new HtmlScanner()); Index: ImageScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/ImageScannerTest.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** ImageScannerTest.java 13 Jul 2003 12:15:11 -0000 1.23 --- ImageScannerTest.java 27 Jul 2003 19:19:21 -0000 1.24 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: InputTagScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/InputTagScannerTest.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** InputTagScannerTest.java 13 Jul 2003 12:15:11 -0000 1.20 --- InputTagScannerTest.java 27 Jul 2003 19:19:21 -0000 1.21 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: JspScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/JspScannerTest.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** JspScannerTest.java 13 Jul 2003 12:15:11 -0000 1.21 --- JspScannerTest.java 27 Jul 2003 19:19:21 -0000 1.22 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: LabelScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/LabelScannerTest.java,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** LabelScannerTest.java 13 Jul 2003 12:15:11 -0000 1.28 --- LabelScannerTest.java 27 Jul 2003 19:19:21 -0000 1.29 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: LinkScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/LinkScannerTest.java,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** LinkScannerTest.java 13 Jul 2003 12:15:11 -0000 1.30 --- LinkScannerTest.java 27 Jul 2003 19:19:21 -0000 1.31 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: MetaTagScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/MetaTagScannerTest.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** MetaTagScannerTest.java 13 Jul 2003 12:15:11 -0000 1.21 --- MetaTagScannerTest.java 27 Jul 2003 19:19:21 -0000 1.22 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: OptionTagScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/OptionTagScannerTest.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** OptionTagScannerTest.java 13 Jul 2003 12:15:11 -0000 1.22 --- OptionTagScannerTest.java 27 Jul 2003 19:19:21 -0000 1.23 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: ScriptScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/ScriptScannerTest.java,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** ScriptScannerTest.java 13 Jul 2003 12:15:11 -0000 1.31 --- ScriptScannerTest.java 27 Jul 2003 19:19:21 -0000 1.32 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: SelectTagScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/SelectTagScannerTest.java,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** SelectTagScannerTest.java 13 Jul 2003 12:15:11 -0000 1.22 --- SelectTagScannerTest.java 27 Jul 2003 19:19:21 -0000 1.23 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: SpanScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/SpanScannerTest.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** SpanScannerTest.java 13 Jul 2003 12:15:11 -0000 1.23 --- SpanScannerTest.java 27 Jul 2003 19:19:21 -0000 1.24 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: StyleScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/StyleScannerTest.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** StyleScannerTest.java 13 Jul 2003 12:15:11 -0000 1.21 --- StyleScannerTest.java 27 Jul 2003 19:19:21 -0000 1.22 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: TableScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/TableScannerTest.java,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** TableScannerTest.java 13 Jul 2003 12:15:11 -0000 1.27 --- TableScannerTest.java 27 Jul 2003 19:19:21 -0000 1.28 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: TagScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/TagScannerTest.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** TagScannerTest.java 13 Jul 2003 12:15:11 -0000 1.21 --- TagScannerTest.java 27 Jul 2003 19:19:21 -0000 1.22 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: TextareaTagScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/TextareaTagScannerTest.java,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** TextareaTagScannerTest.java 13 Jul 2003 12:15:11 -0000 1.20 --- TextareaTagScannerTest.java 27 Jul 2003 19:19:21 -0000 1.21 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: TitleScannerTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/TitleScannerTest.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** TitleScannerTest.java 13 Jul 2003 12:15:11 -0000 1.21 --- TitleScannerTest.java 27 Jul 2003 19:19:21 -0000 1.22 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: XmlEndTagScanningTest.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/XmlEndTagScanningTest.java,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** XmlEndTagScanningTest.java 13 Jul 2003 12:15:11 -0000 1.23 --- XmlEndTagScanningTest.java 27 Jul 2003 19:19:21 -0000 1.24 *************** *** 1,3 **** ! // HTMLParser Library v1_4_20030713 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // --- 1,3 ---- ! // HTMLParser Library v1_4_20030727 - A java-based parser for HTML // Copyright (C) Dec 31, 2000 Somik Raha // Index: package.html =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/tests/scannersTests/package.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** package.html 13 Jul 2003 12:15:11 -0000 1.9 --- package.html 27 Jul 2003 19:19:21 -0000 1.10 *************** *** 6,10 **** @(#)package.html 1.60 98/01/27 ! HTMLParser Library v1_4_20030713 - A java-based parser for HTML Copyright (C) Dec 31, 2000 Somik Raha --- 6,10 ---- @(#)package.html 1.60 98/01/27 ! HTMLParser Library v1_4_20030727 - A java-based parser for HTML Copyright (C) Dec 31, 2000 Somik Raha |