BIND 10 trac2835, updated. 25b99148984082fd818624cd74cde2d86d428c2b [2835] Test the same name across multiple classes too
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 14 10:07:30 UTC 2013
The branch, trac2835 has been updated
via 25b99148984082fd818624cd74cde2d86d428c2b (commit)
from 97a7be5ddb8f5a89206912eae174bacf3d230a8e (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 25b99148984082fd818624cd74cde2d86d428c2b
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Mar 14 11:06:11 2013 +0100
[2835] Test the same name across multiple classes too
-----------------------------------------------------------------------
Summary of changes:
src/bin/cfgmgr/plugins/tests/datasrc_test.py | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/bin/cfgmgr/plugins/tests/datasrc_test.py b/src/bin/cfgmgr/plugins/tests/datasrc_test.py
index 8de5f42..eabde9a 100644
--- a/src/bin/cfgmgr/plugins/tests/datasrc_test.py
+++ b/src/bin/cfgmgr/plugins/tests/datasrc_test.py
@@ -205,6 +205,24 @@ class DatasrcTest(unittest.TestCase):
"params": {},
"name": "Whatever"
}]})
+ # The same, but across different classes
+ self.reject({
+ "IN": [
+ {
+ "type": "MasterFiles",
+ "cache-enable": True,
+ "params": {},
+ "name": "Whatever"
+ }
+ ],
+ "CH": [
+ {
+ "type": "MasterFiles",
+ "cache-enable": True,
+ "params": {},
+ "name": "Whatever"
+ }
+ ]})
self.reject({"IN": [
{
"type": "MasterFiles",
More information about the bind10-changes
mailing list