Browse Source

[213] Rename tests

Michal 'vorner' Vaner 13 years ago
parent
commit
586c93cef9
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

@@ -699,7 +699,7 @@ class TestBossCmd(unittest.TestCase):
         answer = bob.command_handler("ping", None)
         self.assertEqual(answer, {'result': [0, 'pong']})
 
-    def test_show_processes(self):
+    def test_show_processes_empty(self):
         """
         Confirm getting a list of processes works.
         """
@@ -707,7 +707,7 @@ class TestBossCmd(unittest.TestCase):
         answer = bob.command_handler("show_processes", None)
         self.assertEqual(answer, {'result': [0, []]})
 
-    def test_show_processes_started(self):
+    def test_show_processes(self):
         """
         Confirm getting a list of processes works.
         """