password_hash: Add tests to allow refactoring
authorGary Lockyer <gary@catalyst.net.nz>
Fri, 31 Mar 2017 02:50:31 +0000 (15:50 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 6 Apr 2017 04:07:23 +0000 (06:07 +0200)
commitd1f4fc9ee38bc6f1a318ceee940d8408e2050a50
tree3209797a24e8d6ea64ecced1eced6db5270cda01
parent78403a8a71d47142568f88586d26afd89c2fdec1
password_hash: Add tests to allow refactoring

Add tests for password_hash.c to allow refactoring of setup_supplemental_field

Signed-off-by: Gary Lockyer <gary@catalyst.net.nz>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/password_hash.py [new file with mode: 0644]
python/samba/tests/password_hash_fl2003.py [new file with mode: 0644]
python/samba/tests/password_hash_fl2008.py [new file with mode: 0644]
python/samba/tests/password_hash_gpgme.py [new file with mode: 0644]
source4/selftest/tests.py