I have fixed this locally and will commit.  The problem was that the tests 
share a protected pool field that is <String, String> but that test needs 
<String,Waiter>.  That must have caused compilation failure so the pool 
variable was redeclared locally instead of just set.  In any case, I have fixed 
it and will commit once I have finished testing Mark's latest changes.



On May 17, 2011, at 5:48 PM, sebb <seb...@gmail.com> wrote:

> On 17 May 2011 21:49, Phil Steitz <phil.ste...@gmail.com> wrote:
>> The generics changes made this test no longer test with the expected
>> pool config.  The runTestThreads method uses the protected pool
>> field and the pool set up in the test was changed to a local
>> variable in the generics changes.
> 
> Not sure that was a generics change, though it may have been made at
> the same time. IIRC there were several public or protected fields that
> were deprecated in a previous release, and have now been made private.
> Was it one of those?
> 
> If possible, perhaps add a package-protected getter/setter for use by
> the test code only?
> 
>> Phil
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>> 
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to