mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Fix random test failure in UserTest#test_validate_password_complexity due to missing explicit language setting (#41914).
Patch by Go MAEDA (user:maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@23345 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
096fcbf4aa
commit
935df66094
@ -564,6 +564,7 @@ class UserTest < ActiveSupport::TestCase
|
||||
end
|
||||
|
||||
def test_validate_password_complexity
|
||||
set_language_if_valid 'en'
|
||||
user = users(:users_002)
|
||||
bad_passwords = [
|
||||
user.login,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user