BIND 10 trac213-incremental-restarts, updated. 586c93cef97215330b8bdffed6c35335fb66173d [213] Rename tests
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Nov 4 13:40:50 UTC 2011
The branch, trac213-incremental-restarts has been updated
via 586c93cef97215330b8bdffed6c35335fb66173d (commit)
from 2764ae7bde7b314773b7258d23fce3813c4407b2 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 586c93cef97215330b8bdffed6c35335fb66173d
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Nov 4 14:39:09 2011 +0100
[213] Rename tests
-----------------------------------------------------------------------
Summary of changes:
src/bin/bind10/tests/bind10_test.py.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in
index 37b4ab4..116818c 100644
--- a/src/bin/bind10/tests/bind10_test.py.in
+++ b/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.
"""
More information about the bind10-changes
mailing list