diff options
| -rw-r--r-- | source4/torture/drs/python/repl_schema.py | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/source4/torture/drs/python/repl_schema.py b/source4/torture/drs/python/repl_schema.py index 722718e3cb..ea44626472 100644 --- a/source4/torture/drs/python/repl_schema.py +++ b/source4/torture/drs/python/repl_schema.py @@ -225,9 +225,6 @@ class DrsReplSchemaTestCase(samba.tests.TestCase):          (c_ldn, c_dn) = self._schema_new_class(self.ldb_dc1, "cls-B",                                                 {"objectClass": ["top", "classSchema", c_ldn],                                                  a_ldn: "test_classWithCustomAttribute"}) -        #(c_ldn, c_dn) = self._schema_new_class(self.ldb_dc1, "cls-B", -        #                                       {"systemMayContain": a_ldn, -        #                                        a_ldn: "test_classWithCustomAttribute"})          # force replication from DC1 to DC2          self._net_drs_replicate(DC=self.dnsname_dc2, fromDC=self.dnsname_dc1, nc_dn=self.schema_dn)          # check objects are replicated | 
