summaryrefslogtreecommitdiff
path: root/tests/test_flags.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2015-05-27 15:51:40 +0200
committerPetr Viktorin <pviktori@redhat.com>2015-05-27 16:01:18 +0200
commit719b047fc453ec7f3f9ebd1e6bce4fd0885263ff (patch)
tree887d05f0767eb4c25afee82fffad043cb9f108ab /tests/test_flags.py
parent2eaf67ae39bb7c8b1363b16736d7054a8c0fd967 (diff)
downloaddnspython-719b047fc453ec7f3f9ebd1e6bce4fd0885263ff.tar.gz
Rename tests with duplicate names
Some tests were shadowed by a different test of the same name. Rename to resolve the conflicts. In test_ntoaaton, there were exact duplicates; only keep one of each.
Diffstat (limited to 'tests/test_flags.py')
-rw-r--r--tests/test_flags.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_flags.py b/tests/test_flags.py
index 41372cd..95fd455 100644
--- a/tests/test_flags.py
+++ b/tests/test_flags.py
@@ -38,7 +38,7 @@ class FlagsTestCase(unittest.TestCase):
self.assertTrue(dns.rcode.from_flags(0, 0x01000000) == \
dns.rcode.BADVERS)
- def test_rcode6(self):
+ def test_rcode6a(self):
self.assertTrue(dns.rcode.from_flags(5, 0) == dns.rcode.REFUSED)
def test_rcode7(self):