Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] filetransfer tests

Hi Markus,

On 5/12/2012 1:25 AM, Markus Alexander Kuppe wrote:
On 05/11/2012 07:57 PM, Scott Lewis wrote:

I suspect that somehow the new httpclient4 provider was being used
rather than the httpclient 3.1 provider (I initially committed the
httpclient4 code with higher priority than the httpclient 3.1
provider).  That is, it seems as if the httpclient4 provider is being
used...when it should be using httpclient 3.1 (and it certainly does use
the httpclient 3.1 provider in my local running of the launch config).
The target platform only contains
org.apache.commons.httpclient_3.1.0.v201012070820.jar. Wouldn't it
contain 4.x if your assumption is true?

I suppose...if the tests use the target platform as the source for plugins (instead of target platform + workspace).

But isn't that (v201012...) an old version? There has been a significant bug fix since then...perhaps that's why some of the cancel tests are failing (I fixed a cancel bug with the httpclient provider during the winter).

Thanks,

Scott





Back to the top