summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-10-20 16:19:43 +1300
committerKarolin Seeger <kseeger@samba.org>2016-11-30 12:19:33 +0100
commit0a62f6e283f838cb70a47cbe466cd5347009e410 (patch)
tree2c7d30de5b3b07c66e617a7a76a8a761beb66d48
parente089fb665d65f6d44f6c2e93aa5e18ee446516d0 (diff)
downloadsamba-0a62f6e283f838cb70a47cbe466cd5347009e410.tar.gz
tests/getnc_exop: Finish a comment in getnc_exop.py
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12394 (cherry picked from commit 4c567932165229e7fa9c33b071e9fabe79d9eef0)
-rw-r--r--source4/torture/drs/python/getnc_exop.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/drs/python/getnc_exop.py b/source4/torture/drs/python/getnc_exop.py
index 94d140227a3..941d3233820 100644
--- a/source4/torture/drs/python/getnc_exop.py
+++ b/source4/torture/drs/python/getnc_exop.py
@@ -256,7 +256,7 @@ class DrsReplicaSyncTestCase(drs_base.DrsBaseTestCase, ExopBaseTest):
# has an RODC, it can gain links on the server account object
def test_do_ridalloc_get_anc(self):
- """Test doing a RID allocation with a valid destination DSA guid and """
+ """Test doing a RID allocation with a valid destination DSA guid and GET_ANC flag"""
fsmo_dn = ldb.Dn(self.ldb_dc1, "CN=RID Manager$,CN=System," + self.ldb_dc1.domain_dn())
(fsmo_owner, fsmo_not_owner) = self._determine_fSMORoleOwner(fsmo_dn)