diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-11-28 03:34:47 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-28 05:00:06 +0100 |
commit | a7675bd5010641051096344bffb9ce569193a8fb (patch) | |
tree | e819947fe36cbb7dfcdcf6c94855537b9e3894e9 /source4/scripting/python/samba/tests/samdb.py | |
parent | 6fea6368885a88f100def2aa230dfac1cb26b0d0 (diff) | |
download | samba-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.py | 8 |
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): |