]> git.ipfire.org Git - thirdparty/samba.git/commit
selftest: Use @DynamicTestCase in user_account_control test_uac_bits_unrelated_modify()
authorAndrew Bartlett <abartlet@samba.org>
Mon, 30 Aug 2021 02:37:06 +0000 (14:37 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Thu, 2 Sep 2021 05:03:31 +0000 (05:03 +0000)
commit8701ce492fc3a209035b152961d8c17e801b082a
tree32be893234461bbb468e8af2b9983badb06e95c6
parentfb6c0b9e2a10c9559d3e056bb020bd2c990da998
selftest: Use @DynamicTestCase in user_account_control test_uac_bits_unrelated_modify()

This is a nice easy example of how the test generation
code works, and it combined nicely with the earlier
patch to return string names from the UF_ constants.

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