diff options
| author | Douglas Bagnall <douglas.bagnall@catalyst.net.nz> | 2023-03-21 13:10:52 +1300 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2023-04-28 02:15:36 +0000 |
| commit | f87f63997ff482c4d284c20b3cc2e8c5028619c8 (patch) | |
| tree | 014a5857002535c1ffcdd981f55a9721d2e7f0fe /python | |
| parent | 298821a8edbe399ea9e8515b574b057789734dea (diff) | |
| download | samba-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.py | 4 |
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): |
