summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-05 22:22:57 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-08-07 14:22:42 +0200
commit89c71a8f06414a62c04d3460e9b4c9348bfb7fd1 (patch)
tree1aeda389bcdb9d8e7b18a4a248326d78fad7c69b /source4/dsdb/tests
parent67b1e1b8f3314f49d028a11df5ccda1e81986cda (diff)
downloadsamba-89c71a8f06414a62c04d3460e9b4c9348bfb7fd1.tar.gz
samba-89c71a8f06414a62c04d3460e9b4c9348bfb7fd1.tar.bz2
samba-89c71a8f06414a62c04d3460e9b4c9348bfb7fd1.zip
s4:urgent_replication.py - relax also here the add of a secrets object
Diffstat (limited to 'source4/dsdb/tests')
-rwxr-xr-xsource4/dsdb/tests/python/urgent_replication.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/dsdb/tests/python/urgent_replication.py b/source4/dsdb/tests/python/urgent_replication.py
index 42f3cd0bd7..3c35af63bb 100755
--- a/source4/dsdb/tests/python/urgent_replication.py
+++ b/source4/dsdb/tests/python/urgent_replication.py
@@ -254,8 +254,7 @@ defaultHidingValue: TRUE""");
"objectClass":"secret",
"cn":"test secret",
"name":"test secret",
- "currentValue":"xxxxxxx"});
-
+ "currentValue":"xxxxxxx"}, ["relax:0"]);
# urgent replication should be enabled when creating
res = self.ldb.load_partition_usn(self.base_dn)