From: Michal 'vorner' Vaner Date: Thu, 14 Mar 2013 10:06:11 +0000 (+0100) Subject: [2835] Test the same name across multiple classes too X-Git-Tag: bind10-1.1.0beta1-release~23^2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=25b99148984082fd818624cd74cde2d86d428c2b;p=thirdparty%2Fkea.git [2835] Test the same name across multiple classes too --- diff --git a/src/bin/cfgmgr/plugins/tests/datasrc_test.py b/src/bin/cfgmgr/plugins/tests/datasrc_test.py index 8de5f42eaa..eabde9a31a 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",