Modified: twext/trunk/twext/who/ldap/test/test_service.py (15781 => 15782)
--- twext/trunk/twext/who/ldap/test/test_service.py 2016-08-02 23:24:53 UTC (rev 15781)
+++ twext/trunk/twext/who/ldap/test/test_service.py 2016-08-02 23:37:13 UTC (rev 15782)
@@ -495,8 +495,8 @@
def test_auth_pool(self):
"""
Verify acquiring connections from the LDAP connection pool will block
- when connectionMax is reached,
- and that
+ when connectionMax is reached, and that the number of connections
+ actually created is what we expect.
"""
service = self.service(connectionMax=4)