diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/tests/python/password_settings.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/dsdb/tests/python/password_settings.py b/source4/dsdb/tests/python/password_settings.py index 4ba534f956d..7712d241597 100644 --- a/source4/dsdb/tests/python/password_settings.py +++ b/source4/dsdb/tests/python/password_settings.py @@ -129,11 +129,6 @@ class PasswordSettingsTestCase(PasswordTestCase): "Expected PSO %s, not %s" %(pso.name, str(resultant_pso))) - # temporarily returning early here will just test the resultant-PSO - # constructed attribute. Remove this return to also test min password - # length, complexity, and password-history - return - # we're mirroring the pwd_history for the user, so make sure this is # up-to-date, before we start making password changes if user.last_pso: |