summaryrefslogtreecommitdiffstats
path: root/python/samba
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2015-01-30 02:06:33 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-03-06 04:41:48 +0100
commit0acb1d49a78d6d63013ee9b7352e70cb8dd9b2c6 (patch)
treed015439826d5c5cee9c1e6a399a800f4b467c98b /python/samba
parentfe231bedecace7e97da22add0cf48f1fd3772544 (diff)
downloadsamba-0acb1d49a78d6d63013ee9b7352e70cb8dd9b2c6.tar.gz
samba-0acb1d49a78d6d63013ee9b7352e70cb8dd9b2c6.tar.xz
samba-0acb1d49a78d6d63013ee9b7352e70cb8dd9b2c6.zip
Use samba TestCase so we get all compatibility functions on Python < 2.7.
Change-Id: Iba87e3c8fa9331c4d5438ab60a8385379da634d7 Signed-Off-By: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python/samba')
-rw-r--r--python/samba/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/tests/__init__.py b/python/samba/tests/__init__.py
index 480b2c8135..b73308ecd4 100644
--- a/python/samba/tests/__init__.py
+++ b/python/samba/tests/__init__.py
@@ -81,7 +81,7 @@ class TestCase(unittest.TestCase):
fn(*args, **kwargs)
-class LdbTestCase(unittest.TestCase):
+class LdbTestCase(TestCase):
"""Trivial test case for running tests against a LDB."""
def setUp(self):