From: Kai Blin Date: Sat, 10 Mar 2012 22:49:18 +0000 (+0100) Subject: s4 dns: Clean up tests a bit X-Git-Tag: samba-4.0.0alpha19~386 X-Git-Url: http://git.samba.org/samba.git/?p=garming%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=a4bc7dc281237c88682de796691cb458e4802e02 s4 dns: Clean up tests a bit --- diff --git a/source4/scripting/python/samba/tests/dns.py b/source4/scripting/python/samba/tests/dns.py index 621bd16cd5c..8285139a923 100644 --- a/source4/scripting/python/samba/tests/dns.py +++ b/source4/scripting/python/samba/tests/dns.py @@ -18,7 +18,6 @@ # import os -import sys import struct import random from samba import socket @@ -324,7 +323,7 @@ class DNSTest(TestCase): # self.assert_dns_rcode_equals(response, dns.DNS_RCODE_FORMERR) def test_update_prereq_nonexisting_name(self): - "test update with a non-null TTL" + "test update with a nonexisting name" p = self.make_name_packet(dns.DNS_OPCODE_UPDATE) updates = []