mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
tests/krb5: Remove unused methods
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
97ead77767
commit
f7393da2c0
@ -1227,12 +1227,6 @@ class RawKerberosTest(TestCase):
|
||||
self._disconnect("transaction done")
|
||||
return rep
|
||||
|
||||
def assertNoValue(self, value):
|
||||
self.assertTrue(value.isNoValue)
|
||||
|
||||
def assertHasValue(self, value):
|
||||
self.assertIsNotNone(value)
|
||||
|
||||
def getElementValue(self, obj, elem):
|
||||
return obj.get(elem)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user