1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

torture-drs: Fix comment in replica_sync test

Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andrew Bartlett 2013-01-16 08:52:41 +11:00 committed by Stefan Metzmacher
parent 59e8321324
commit a166a3484a

View File

@ -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)