> -----Original Message----- > From: Jeremy Arnold [mailto:[EMAIL PROTECTED] > Sent: 04 December 2003 04:51 > To: JMeter Developers List > Subject: Re: cvs commit: > jakarta-jmeter/src/protocol/http/org/apache/jmeter/protocol/http/proxy > ProxyControl.java > > > On a related topic, I didn't have much luck trying to run > just this > specific test inside Eclipse in order to more easily debug > the problem. > I don't have the exception handy, but it looks like HTTPSampler was > expecting something to be initialized before this particular test was > called. Or maybe it's just my setup. I find unit tests to be most > beneficial if they can be run either as a group or > individually -- does
+1 > anybody know of a way to make this work today? Or is that > something we > need to look into in the future? (I recall that a few months back we > encountered another issue where one of the tests was failing because > they were run in a different order than they had been previously.) Tests need to be run from bin, and need some basic initialisation done - see my recent posting "Re: Unit tests totally broken". S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
