From fea02db10f672635bc08b80c32bbd296b0d4fc9d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 4 Nov 2010 01:36:57 +0100 Subject: urgent_replication: Fix syntax error. --- source4/dsdb/tests/python/urgent_replication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/dsdb/tests/python') diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py index 7f0956ee70..20c40a8e8f 100755 --- a/source4/dsdb/tests/python/urgent_replication.py +++ b/source4/dsdb/tests/python/urgent_replication.py @@ -139,7 +139,7 @@ systemFlags: 33554432""", ["relax:0"]) "nCName": self.base_dn, "showInAdvancedViewOnly": "TRUE", "name": "test crossRef", - "systemFlags": "1", ["relax:0"]}) + "systemFlags": "1"}, ["relax:0"]) # urgent replication should be enabled when creating res = self.ldb.load_partition_usn("cn=Configuration," + self.base_dn) -- cgit