Browse Source

[2353] Remove obsolete comments

Mukund Sivaraman 12 years ago
parent
commit
da089cd9b9
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/bin/bind10/tests/bind10_test.py.in

+ 0 - 4
src/bin/bind10/tests/bind10_test.py.in

@@ -1591,8 +1591,6 @@ class TestBossComponents(unittest.TestCase):
         self.assertEqual('/bin/true', bob.started_process_name)
         self.assertEqual(['/bin/true', '-v'], bob.started_process_args)
 
-    # there is another test with this name (minus the digits), but both
-    # do different things.
     def test_start_auth(self):
         '''Test that b10-auth is started.'''
         bob = MockBobSimple()
@@ -1610,8 +1608,6 @@ class TestBossComponents(unittest.TestCase):
         self.assertEqual('b10-auth', bob.started_process_name)
         self.assertEqual(['b10-auth', '-v'], bob.started_process_args)
 
-    # there is another test with this name (minus the digits), but both
-    # do different things.
     def test_start_resolver(self):
         '''Test that b10-resolver is started.'''
         bob = MockBobSimple()