From: Douglas Bagnall Date: Thu, 11 Oct 2018 03:48:38 +0000 (+1300) Subject: ldb/tests/py/index: remove dup value in dictionary X-Git-Tag: tdb-1.3.17~1029 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78ead841bfb8a37d50fbeb186deb6ce529ebeb21;p=thirdparty%2Fsamba.git ldb/tests/py/index: remove dup value in dictionary Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/lib/ldb/tests/python/index.py b/lib/ldb/tests/python/index.py index 5d0b7527e5b..63486eb9b2d 100755 --- a/lib/ldb/tests/python/index.py +++ b/lib/ldb/tests/python/index.py @@ -1314,7 +1314,6 @@ class RejectSubDBIndex(LdbBaseTest): self.l.add({"dn": "@INDEXLIST", "@IDX_LMDB_SUBDB": [b"1"], "@IDXONE": [b"1"], - "@IDXONE": [b"1"], "@IDXGUID": [b"objectUUID"], "@IDX_DN_GUID": [b"GUID"], })