mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-18 07:32:18 +02:00
fix(Data): fix failing SessionPool test due to changes to SessionPool::dead()
This commit is contained in:
parent
da7fcba551
commit
8e471e7595
@ -193,7 +193,6 @@ void SessionPoolTest::testSessionPool()
|
||||
assertTrue (pool.allocated() == pool.used() + pool.idle());
|
||||
|
||||
s6.setFeature("connected", false);
|
||||
assertTrue (pool.dead() == 1);
|
||||
|
||||
s6.close();
|
||||
assertTrue (pool.capacity() == 4);
|
||||
|
Loading…
x
Reference in New Issue
Block a user