-----Original Message----- From: yair even-zohar [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 17:40 To: [EMAIL PROTECTED] Subject: Re: error while compiling in a jUnit test mode
Hi I'm running it as part of a large test so I'm testing everything by a jUnit test. I got the Error: ERROR: setConnection() : Error in opening a > connection to > ftp://localhostC/EclipseWorkspaces/jakarta-jmeter/delete_me.html Is there any way to avoid it ? I actually used the "htmlparser.jar" in jakarta-jmeter-2.0.1. Should I use a different version ? I did identifythe other problems with the version after looking at the code. In the htmlscannerTest the problem is that the test is looking for a title tag with a HTMLscanner and I thing it derives from there. -Yair --- Sebastian Bazley <[EMAIL PROTECTED]> wrote: > I've just tried running > > org.htmlparser.tests.AllTests.java > > as a JUnit test under Eclipse, and the only error I > get is > > ERROR: setConnection() : Error in opening a > connection to > ftp://localhostC/EclipseWorkspaces/jakarta-jmeter/delete_me.html > > which is not entirely surprising. > > This was using the current version of Htmlparser > from the Apache JMeter CVS > HEAD. > > [Note that this is not the same as the version of > htmlparser at SourceForge; > we have added some extra tag parsing needed for > JMeter.] > > Just wondering why you wanted to run the JUnit > tests? > Have you found a problem with the version of > htmlparser supplied with > JMeter? > > Sebastian > ----- Original Message ----- > From: "yair even-zohar" <[EMAIL PROTECTED]> > To: "JMeter Developers List" > <[EMAIL PROTECTED]>; "Peter Lin" > <[EMAIL PROTECTED]> > Sent: Wednesday, August 25, 2004 2:23 AM > Subject: Re: error while compiling in a jUnit test > mode > > > > Thanks Peter. > > > > I do have jUnit and all the files compile > perfectly. > > Additionally, most of the test runs fine, it is > only > > these 4 files that fail. > > > > Any suggestions ? > > > > Thanks > > -Yair > > --- Peter Lin <[EMAIL PROTECTED]> wrote: > > > > > you need junit to compile htmlparser correctly > > > > > > peter > > > > > > > > > On Tue, 24 Aug 2004 14:20:51 -0700 (PDT), yair > > > even-zohar > > > <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > > > > > I'm getting some failures errors when adding > the > > > > htmlparser.jar as an external jar to a Java > > > project. > > > > > > > > the erros are at: > > > > Test.ParserTest > > > > utilTest.CharacterrTranslationTest > > > > scannersTest.LinkTagTest > > > > scannersTest.htmlTest > > > > > > > > Are these known bugs ? > > > > Did anyone had them before and could suggest > what > > > to > > > > do? > > > > > > > > Thanks > > > > -Yair > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > Read only the mail you want - Yahoo! Mail > > > SpamGuard. > > > > http://promotions.yahoo.com/new_mail > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: > > > [EMAIL PROTECTED] > > > > For additional commands, e-mail: > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: > > > [EMAIL PROTECTED] > > > For additional commands, e-mail: > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail - 50x more storage than other > providers! > > http://promotions.yahoo.com/new_mail > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: > [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail _______________________________________________________ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. _______________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

