From 1d86414eb022bd8c4d86bdab094a06f43e4eb10c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 20 Jun 2010 01:28:39 +0200 Subject: samdb: Fix formatting, move get_oid_from_attid from Ldb to SamDB. --- source4/scripting/python/samba/tests/dsdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/scripting/python/samba/tests') diff --git a/source4/scripting/python/samba/tests/dsdb.py b/source4/scripting/python/samba/tests/dsdb.py index 24a2888bf3..00dc6644cb 100644 --- a/source4/scripting/python/samba/tests/dsdb.py +++ b/source4/scripting/python/samba/tests/dsdb.py @@ -38,5 +38,5 @@ class DsdbTests(TestCase): session = system_session() test_ldb = SamDB(os.path.join(self._baseprovpath(), "private", "sam.ldb"), session_info=session, credentials=creds,lp=lp) - oid = test_ldb.dsdb_get_oid_from_attid(591614) + oid = test_ldb.get_oid_from_attid(591614) self.assertEquals(oid, "1.2.840.113556.1.4.1790") -- cgit