]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
remove out-of-date comment
authorBob Halley <halley@dnspython.org>
Tue, 16 Nov 2021 13:43:42 +0000 (05:43 -0800)
committerBob Halley <halley@dnspython.org>
Tue, 16 Nov 2021 13:43:42 +0000 (05:43 -0800)
tests/test_resolver.py

index 75822d9e68fbbf2038167006c2e12623ab535dde..16d9065e425ee2b741260282052cd130361c15c9 100644 (file)
@@ -888,8 +888,6 @@ class ResolverMiscTestCase(unittest.TestCase):
 
     if sys.platform == 'win32':
         def test_configure_win32_domain(self):
-            # This is a win32-related test but it works on all platforms so we
-            # test it that way to make coverage analysis easier.
             n = dns.name.from_text('home.')
             self.assertEqual(n, dns.win32util._config_domain('home'))
             self.assertEqual(n, dns.win32util._config_domain('.home'))