summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-01-30 11:09:40 +0100
committerKarolin Seeger <kseeger@samba.org>2018-02-06 12:07:07 +0100
commit12f6cf70598152bbed1852169ef1eebd6c079b99 (patch)
treec31772fea9c8af0e2b0f9f464e92c3542d03ac4b /python
parentfdf182b8da65c6472a58cec720713a81dfeec800 (diff)
downloadsamba-12f6cf70598152bbed1852169ef1eebd6c079b99.tar.gz
python:tests: remove test_dsdb_Dn() to test_dsdb_Dn_binary()
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> (cherry picked from commit 1341780dcf9ec0c5d852fbbb77c5e00db2ad6564)
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/common.py b/python/samba/tests/common.py
index 33c7270897a..3c35225f2bd 100644
--- a/python/samba/tests/common.py
+++ b/python/samba/tests/common.py
@@ -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")