1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

python/tests/kcc_utils: disambiguate/unshadow a test

Pair-programmed-with: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Noel Power <npower@samba.org>
This commit is contained in:
Douglas Bagnall 2018-10-11 16:15:43 +13:00 committed by Noel Power
parent 03f45656fd
commit d042a30039

View File

@ -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")