]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2353] Indent comment
authorMukund Sivaraman <muks@isc.org>
Mon, 19 Nov 2012 22:04:32 +0000 (03:34 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 19 Nov 2012 22:04:32 +0000 (03:34 +0530)
src/bin/bind10/tests/bind10_test.py.in

index a111cbceb26ca1988264dc043e1a60327a53e876..99e4abf5d0b129ff91075816edecc216125eea5a 100644 (file)
@@ -1620,7 +1620,8 @@ class TestBossComponents(unittest.TestCase):
         # We just check that an exception was thrown, and that several
         # attempts were made to connect.
         self.assertTrue(thrown)
-        # 1 second of attempts every 0.1 seconds should result in at least 5 attempts
+        # 1 second of attempts every 0.1 seconds should result in at
+        # least 5 attempts
         self.assertGreater(attempts, 5)
 
         time.time = tmp_time