From: Douglas Bagnall Date: Thu, 11 Oct 2018 01:45:58 +0000 (+1300) Subject: python/tests/ou: unshadow a test X-Git-Tag: tdb-1.3.17~1145 X-Git-Url: http://git.samba.org/samba.git/?p=bbaumbach%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=654cc08cf0e31478463bb4bfdc95623a990ac88d python/tests/ou: unshadow a test Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/samba_tool/ou.py b/python/samba/tests/samba_tool/ou.py index 92986a4aafb..d318fd3ff85 100644 --- a/python/samba/tests/samba_tool/ou.py +++ b/python/samba/tests/samba_tool/ou.py @@ -224,7 +224,7 @@ class OUCmdTestCase(SambaToolCmdTest): found = self.assertMatch(out, str(obj.dn), "object '%s' not found" % obj.dn) - def test_list(self): + def test_list_full_dn(self): (result, out, err) = self.runsubcmd("ou", "list", "--full-dn") self.assertCmdSuccess(result, out, err,