]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
pytest/sddl: remove duplicate test case
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Tue, 21 Mar 2023 00:10:52 +0000 (13:10 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 28 Apr 2023 02:15:36 +0000 (02:15 +0000)
The other copy is on line 102.

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/sddl.py

index acdb39ed6ea98b80a2fea143241dcd760dd888ee..df959ab3ffa804f651a78bd1e4a9a92f52ea7a44 100644 (file)
@@ -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):