Re: [Htmlparser-user] Test Failures in current 2.0 snapshot?
Brought to you by:
derrickoswald
From: Derrick O. <der...@ro...> - 2007-03-03 01:49:21
|
Dan,=0A=0ALooking into the surefire log it seems that the two errors are du= e to changes in server responses.=0AThe test suites of HTML Parser of neces= sity fetch a fair number of pages from random servers=0Aas a way to reprodu= ce test cases that caused bugs. The two test failures are easily explained = and=0Acan probably be ignored.=0A=0A1) a change in HTML after parsing and r= egurgitating, probably due to an illegal ETAG0=0A (see the comment in the d= oc comment for the STRICT member):=0Atext length differed after encounterin= g node <![CDATA[=0A document.write('>=0A=0A2) a change in server name cod= eproject.com to www.codeproject.com: =0A**** COMPLETE STRING EXPECTED ****= =0Ahttp://codeproject.com/favicon.ico =0A**** COMPLETE STRING ACTUAL***=0Ah= ttp://www.codeproject.com/favicon.ico=0A=0A=0AAs far as activity, HTML Pars= er is a very, very stable codebase.=0AIt's been around for several years an= d will be around for several more.=0AIt's as active as you want to make it = really.=0AThe 2.0 SNAPSHOT has only had a little more than 2000 downloads,= =0Aas compared to 28,000 for version 1.6, so it is probably a little green = yet.=0AMy guess is May.=0A=0A=0ADerrick=0A=0A----- Original Message ----=0A= From: Dan Litwiller <dan...@ad...>=0ATo: htmlparser-user@lists.= sourceforge.net=0ASent: Friday, March 2, 2007 4:55:12 PM=0ASubject: [Htmlpa= rser-user] Test Failures in current 2.0 snapshot?=0A=0AGreetings;=0A=0AWhen= I retrieve the latest snapshot of htmlparser and attempt to build,=0AI enc= ounter two test failures:=0A=0AFailed tests: =0A testFidelity(org.htmlpars= er.tests.lexerTests.LexerTests)=0A testAbsoluteLink(org.htmlparser.tests.t= agTests.BaseHrefTagTest)=0A=0ATests run: 623, Failures: 2, Errors: 0, Skipp= ed: 0=0A=0AIs it safe to skip the unit tests to get a complete build?=0A=0A= Also, I'm trying to determine how active this project is, as it could=0Abec= ome important to an ongoing project. When is 2.0 expected to go to=0Aproduc= tion?=0A=0ADL=0A=0A=0A=0A--------------------------------------------------= -----------------------=0ATake Surveys. Earn Cash. Influence the Future of = IT=0AJoin SourceForge.net's Techsay panel and you'll get the chance to shar= e your=0Aopinions on IT & business topics through brief surveys-and earn ca= sh=0Ahttp://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID= =3DDEVDEV=0A_______________________________________________=0AHtmlparser-us= er mailing list=0AH...@li...=0Ahttps://lists.sou= rceforge.net/lists/listinfo/htmlparser-user=0A=0A=0A=0A=0A |