Revision
15782
Author
sagen@apple.com
Date
2016-08-02 16:37:13 -0700 (Tue, 02 Aug 2016)

Log Message

Let's finish that thought...

Modified Paths

Diff

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)