summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/tests/samdb.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-11-28 03:34:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-11-28 05:00:06 +0100
commita7675bd5010641051096344bffb9ce569193a8fb (patch)
treee819947fe36cbb7dfcdcf6c94855537b9e3894e9 /source4/scripting/python/samba/tests/samdb.py
parent6fea6368885a88f100def2aa230dfac1cb26b0d0 (diff)
downloadsamba-a7675bd5010641051096344bffb9ce569193a8fb.tar.gz
samba-a7675bd5010641051096344bffb9ce569193a8fb.tar.xz
samba-a7675bd5010641051096344bffb9ce569193a8fb.zip
s4-python: Fix formatting of docstrings for the purpose of pydoctor.
Diffstat (limited to 'source4/scripting/python/samba/tests/samdb.py')
-rw-r--r--source4/scripting/python/samba/tests/samdb.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/scripting/python/samba/tests/samdb.py b/source4/scripting/python/samba/tests/samdb.py
index 34c5c1a769f..f0a594dcf01 100644
--- a/source4/scripting/python/samba/tests/samdb.py
+++ b/source4/scripting/python/samba/tests/samdb.py
@@ -95,11 +95,3 @@ class SamDBTestCase(TestCaseInTempDir):
'users.ldb', 'samdb.ldb', 'smb.conf']:
os.remove(os.path.join(self.tempdir, f))
super(SamDBTestCase, self).tearDown()
-
-
-# disable this test till andrew works it out ...
-class SamDBTests(SamDBTestCase):
- """Tests for the SamDB implementation."""
-
- print "samdb add_foreign disabled for now"
-# def test_add_foreign(self):