urgent_replication: Fix syntax error.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 4 Nov 2010 00:36:57 +0000 (01:36 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 4 Nov 2010 11:30:04 +0000 (11:30 +0000)
source4/dsdb/tests/python/urgent_replication.py

index 7f0956ee70fce361373c83a3800ee9393162fd6c..20c40a8e8fde9ff87ef350937b3cc40e649ab42a 100755 (executable)
@@ -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)