From: Douglas Bagnall Date: Thu, 11 Oct 2018 03:15:43 +0000 (+1300) Subject: python/tests/kcc_utils: disambiguate/unshadow a test X-Git-Tag: tdb-1.3.17~1150 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d042a300391478b72c763bd2e16228ba8a75c266;p=thirdparty%2Fsamba.git python/tests/kcc_utils: disambiguate/unshadow a test Pair-programmed-with: Garming Sam Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/kcc/kcc_utils.py b/python/samba/tests/kcc/kcc_utils.py index 14b65429c95..bad32b9ed6e 100644 --- a/python/samba/tests/kcc/kcc_utils.py +++ b/python/samba/tests/kcc/kcc_utils.py @@ -255,7 +255,8 @@ class SiteCoverageTests(samba.tests.TestCase): self.assertEqual([], to_cover) - def test_three_site_links_different_costs(self): + def test_three_site_links_duplicate_costs(self): + # two of the links have the same cost; the other is higher self.samdb.transaction_start() site1, name1 = self._add_site(self.prefix + "ABCD") site2, name2 = self._add_site(self.prefix + "BCDE")