BIND 10 trac2947, updated. 342ea45519d96d7c0ef1fb0365591df85a7a94f0 [2947] Remove an obsolete testcase
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 18 11:09:37 UTC 2013
The branch, trac2947 has been updated
via 342ea45519d96d7c0ef1fb0365591df85a7a94f0 (commit)
from 4012aad8a19815d80d0e50e701f578667e28dc6b (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 342ea45519d96d7c0ef1fb0365591df85a7a94f0
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Jun 18 16:38:58 2013 +0530
[2947] Remove an 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:
.../python/isc/datasrc/tests/clientlist_test.py | 3 ---
1 file changed, 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/datasrc/tests/clientlist_test.py b/src/lib/python/isc/datasrc/tests/clientlist_test.py
index 2504c82..53accca 100644
--- a/src/lib/python/isc/datasrc/tests/clientlist_test.py
+++ b/src/lib/python/isc/datasrc/tests/clientlist_test.py
@@ -102,9 +102,6 @@ class ClientListTest(unittest.TestCase):
self.assertRaises(isc.datasrc.Error, self.clist.configure,
'"bad type"', True)
self.assertRaises(isc.datasrc.Error, self.clist.configure, '''[{
- "type": "bad type"
- }]''', True)
- self.assertRaises(isc.datasrc.Error, self.clist.configure, '''[{
bad JSON,
}]''', True)
self.assertRaises(TypeError, self.clist.configure, [], True)
More information about the bind10-changes
mailing list