BIND 10 trac2947, updated. a56c990728ead21fddeb426cdd3bd8909de78841 [2947] Remove another obsolete testcase
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 18 11:15:52 UTC 2013
The branch, trac2947 has been updated
via a56c990728ead21fddeb426cdd3bd8909de78841 (commit)
from 342ea45519d96d7c0ef1fb0365591df85a7a94f0 (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 a56c990728ead21fddeb426cdd3bd8909de78841
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Jun 18 16:43:44 2013 +0530
[2947] Remove another obsolete testcase
It'll try to load the corresponding .so and fail, and log a warning, but
it's not an error to skip such data sources.
-----------------------------------------------------------------------
Summary of changes:
src/bin/cfgmgr/plugins/tests/datasrc_test.py | 9 ---------
1 file changed, 9 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/tests/datasrc_test.py b/src/bin/cfgmgr/plugins/tests/datasrc_test.py
index 3c714c6..546e534 100644
--- a/src/bin/cfgmgr/plugins/tests/datasrc_test.py
+++ b/src/bin/cfgmgr/plugins/tests/datasrc_test.py
@@ -96,15 +96,6 @@ class DatasrcTest(unittest.TestCase):
"params": {}
}]})
- def test_dstype_bad(self):
- """
- The configuration is correct by the spec, but it would be rejected
- by the client list. Check we reject it.
- """
- self.reject({"IN": [{
- "type": "No such type"
- }]})
-
def test_invalid_mem_params(self):
"""
The client list skips in-memory sources. So we check it locally that
More information about the bind10-changes
mailing list