From 89c71a8f06414a62c04d3460e9b4c9348bfb7fd1 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 5 Aug 2010 22:22:57 +0200 Subject: s4:urgent_replication.py - relax also here the add of a secrets object --- source4/dsdb/tests/python/urgent_replication.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (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 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) -- cgit