Re: [Htmlparser-developer] failing tests
Brought to you by:
derrickoswald
From: Derrick O. <Der...@ro...> - 2003-06-12 01:25:01
|
The failing tests are listed in the build notes: http://sourceforge.net/project/shownotes.php?group_id=24399&release_id=162916 You can shut some of them up by pretending that it's version 1.3. Edit Parser.java: public final static double VERSION_NUMBER = 1.3 ; Derrick jo...@in... wrote: >I'm about to do some refactoring experiments so I started by running >AllTests. I'm getting 8 failures: > >3 in ScriptScannerTest >2 in AttributeParserTest >3 in TagParserTest > >Anyone know what is going on here? I want to begin with a green bar >before I begin to refactor. > >thanks >jk > > > > > >------------------------------------------------------- >This SF.NET email is sponsored by: eBay >Great deals on office technology -- on eBay now! Click here: >http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 >_______________________________________________ >Htmlparser-developer mailing list >Htm...@li... >https://lists.sourceforge.net/lists/listinfo/htmlparser-developer > > > |