Removed some leftovers from the str8 days

This commit is contained in:
Christian Heimes 2007-11-22 05:56:35 +00:00
parent 4d279c1f80
commit b2b6262831
3 changed files with 1 additions and 8 deletions

View file

@ -586,10 +586,6 @@ class CommonTest(BaseTest):
a = self.type2test('DNSSEC')
b = self.type2test('')
for c in a:
## # Special case for the str8, since indexing returns a integer
## # XXX Maybe it would be a good idea to seperate str8's tests...
## if self.type2test == str8:
## c = chr(c)
b += c
hash(b)
self.assertEqual(hash(a), hash(b))