From a7301556d29ce7c2e637380da00a2ee640234fcc Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Wed, 9 Feb 2011 10:18:02 +0300 Subject: pyldb: fix a bug in the unit test which prevented ldb.python to run all the tests in the testsuite Autobuild-User: Matthieu Patou Autobuild-Date: Sun Feb 13 00:14:24 CET 2011 on sn-devel-104 --- source4/lib/ldb/tests/python/api.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4') diff --git a/source4/lib/ldb/tests/python/api.py b/source4/lib/ldb/tests/python/api.py index 016ccc3955..f67515881b 100755 --- a/source4/lib/ldb/tests/python/api.py +++ b/source4/lib/ldb/tests/python/api.py @@ -631,6 +631,9 @@ class ModuleTests(unittest.TestCase): def search(self, *args, **kwargs): return self.next.search(*args, **kwargs) + def request(self, *args, **kwargs): + pass + name = filename() ldb.register_module(ExampleModule) if os.path.exists(name): -- cgit