diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-01-16 08:52:41 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2013-02-22 09:19:41 +0100 |
commit | a166a3484a68dc5328ee1d3e65221c30c081204b (patch) | |
tree | 554ed00c5787cd19474c865127c5100e5d1de521 /source4/torture/drs/python/replica_sync.py | |
parent | 59e8321324fe6b652724e71ba1df9da80f30cc67 (diff) | |
download | samba-a166a3484a68dc5328ee1d3e65221c30c081204b.tar.gz samba-a166a3484a68dc5328ee1d3e65221c30c081204b.tar.bz2 samba-a166a3484a68dc5328ee1d3e65221c30c081204b.zip |
torture-drs: Fix comment in replica_sync test
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/drs/python/replica_sync.py')
-rw-r--r-- | source4/torture/drs/python/replica_sync.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/drs/python/replica_sync.py b/source4/torture/drs/python/replica_sync.py index 89834a361b..8839421824 100644 --- a/source4/torture/drs/python/replica_sync.py +++ b/source4/torture/drs/python/replica_sync.py @@ -63,7 +63,7 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase): self.fail("'drs replicate' command should have failed!") def test_ReplDisabledForced(self): - """Tests we cann't replicate when replication is disabled""" + """Tests we can force replicate when replication is disabled""" self._disable_inbound_repl(self.dnsname_dc1) out = self._net_drs_replicate(DC=self.dnsname_dc1, fromDC=self.dnsname_dc2, forced=True) |