diff options
author | Kamen Mazdrashki <kamenim@samba.org> | 2010-12-15 00:24:23 +0200 |
---|---|---|
committer | Kamen Mazdrashki <kamenim@samba.org> | 2010-12-15 01:37:10 +0100 |
commit | 3bc1cf94e3a0febe8d3d53229aa49c3d8eb8c1b6 (patch) | |
tree | d09250272259a0c92aaa3b8ee79237be2edd864f /source4/torture/drs | |
parent | 9c78bdfd478ab6229f48de1aa907818151840da4 (diff) | |
download | samba-3bc1cf94e3a0febe8d3d53229aa49c3d8eb8c1b6.tar.gz samba-3bc1cf94e3a0febe8d3d53229aa49c3d8eb8c1b6.tar.bz2 samba-3bc1cf94e3a0febe8d3d53229aa49c3d8eb8c1b6.zip |
s4-test/repl_schema: remove unused and commented out code
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org>
Autobuild-Date: Wed Dec 15 01:37:10 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/torture/drs')
-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 |