Browse Source

[2353] Remove the digit suffix from tests

The conflicting test names are in a different class.
Mukund Sivaraman 12 years ago
parent
commit
54a707d39a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/bind10/tests/bind10_test.py.in

+ 2 - 2
src/bin/bind10/tests/bind10_test.py.in

@@ -1497,7 +1497,7 @@ class TestBossComponents(unittest.TestCase):
 
 
     # there is another test with this name (minus the digits), but both
     # there is another test with this name (minus the digits), but both
     # do different things.
     # do different things.
-    def test_start_auth2(self):
+    def test_start_auth(self):
         '''Test that b10-auth is started.'''
         '''Test that b10-auth is started.'''
         bob = MockBobSimple()
         bob = MockBobSimple()
         bob.c_channel_env = {}
         bob.c_channel_env = {}
@@ -1507,7 +1507,7 @@ class TestBossComponents(unittest.TestCase):
 
 
     # there is another test with this name (minus the digits), but both
     # there is another test with this name (minus the digits), but both
     # do different things.
     # do different things.
-    def test_start_resolver2(self):
+    def test_start_resolver(self):
         '''Test that b10-resolver is started.'''
         '''Test that b10-resolver is started.'''
         bob = MockBobSimple()
         bob = MockBobSimple()
         bob.c_channel_env = {}
         bob.c_channel_env = {}