On 17 May 2011 21:49, Phil Steitz <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
