]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:tests: remove test_dsdb_Dn() to test_dsdb_Dn_binary()
authorStefan Metzmacher <metze@samba.org>
Tue, 30 Jan 2018 10:09:40 +0000 (11:09 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 5 Feb 2018 12:49:11 +0000 (13:49 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13228

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
python/samba/tests/common.py

index 33c7270897a49f93854b522a7b88c6228748cc05..3c35225f2bd0b228343f9c50abfae2441118b749 100644 (file)
@@ -31,8 +31,8 @@ class CommonTests(samba.tests.TestCaseInTempDir):
         self.assertEquals('-123', normalise_int32('-123'))
         self.assertEquals('-1294967296', normalise_int32('3000000000'))
 
-    def test_dsdb_Dn(self):
-        url = self.tempdir + "/test_dsdb_Dn.ldb"
+    def test_dsdb_Dn_binary(self):
+        url = self.tempdir + "/test_dsdb_Dn_binary.ldb"
         sam = samba.Ldb(url=url)
         dn1 = dsdb_Dn(sam, "DC=foo,DC=bar")
         dn2 = dsdb_Dn(sam, "B:8:0000000D:<GUID=b3f0ec29-17f4-452a-b002-963e1909d101>;DC=samba,DC=example,DC=com")