summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2023-03-21 13:10:52 +1300
committerAndrew Bartlett <abartlet@samba.org>2023-04-28 02:15:36 +0000
commitf87f63997ff482c4d284c20b3cc2e8c5028619c8 (patch)
tree014a5857002535c1ffcdd981f55a9721d2e7f0fe /python
parent298821a8edbe399ea9e8515b574b057789734dea (diff)
downloadsamba-f87f63997ff482c4d284c20b3cc2e8c5028619c8.tar.gz
samba-f87f63997ff482c4d284c20b3cc2e8c5028619c8.tar.bz2
samba-f87f63997ff482c4d284c20b3cc2e8c5028619c8.zip
pytest/sddl: remove duplicate test case
The other copy is on line 102. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/sddl.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/python/samba/tests/sddl.py b/python/samba/tests/sddl.py
index acdb39ed6ea..df959ab3ffa 100644
--- a/python/samba/tests/sddl.py
+++ b/python/samba/tests/sddl.py
@@ -170,10 +170,6 @@ class SddlDecodeEncode(TestCase):
"D:S:",
"D:PS:",
-
- ("D:(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;DA)"
- "(A;;RPWPCRCCDCLCLORCWOWDSDDTSW;;;SY)"
- "(A;;RPLCLORC;;;AU)"),
]
def test_sddl(self):