Mark Thomas wrote:
> Phil Steitz wrote:
>> I added (but have not yet committed) the following test case to validate
>> the WHEN_EXHAUSTED_GROW contract.
>>
>> public void testWhenExhaustedGrow() throws Exception {
>>pool.setMaxActive(1);
>>pool.setMaxTotal(1);
>>pool.setWhen
Phil Steitz wrote:
> I added (but have not yet committed) the following test case to validate
> the WHEN_EXHAUSTED_GROW contract.
>
> public void testWhenExhaustedGrow() throws Exception {
>pool.setMaxActive(1);
>pool.setMaxTotal(1);
>pool.setWhenExhaustedAction(GenericObje
I added (but have not yet committed) the following test case to validate
the WHEN_EXHAUSTED_GROW contract.
public void testWhenExhaustedGrow() throws Exception {
pool.setMaxActive(1);
pool.setMaxTotal(1);
pool.setWhenExhaustedAction(GenericObjectPool.WHEN_EXHAUSTED_GROW);