From: Andrew Bartlett Date: Tue, 15 Jan 2013 21:52:41 +0000 (+1100) Subject: torture-drs: Fix comment in replica_sync test X-Git-Tag: tevent-0.9.18~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a166a3484a68dc5328ee1d3e65221c30c081204b;p=thirdparty%2Fsamba.git torture-drs: Fix comment in replica_sync test Reviewed-by: Stefan Metzmacher --- diff --git a/source4/torture/drs/python/replica_sync.py b/source4/torture/drs/python/replica_sync.py index 89834a361b0..88394218242 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)