mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-21 02:52:03 +00:00
Fix random test failure in ProjectAdminQueryTest due to missing language setting (#42562).
git-svn-id: https://svn.redmine.org/redmine/trunk@23631 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
5528c81022
commit
54285f461c
@ -95,6 +95,7 @@ class ProjectAdminQueryTest < ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_project_statuses_values_should_return_all_statuses
|
def test_project_statuses_values_should_return_all_statuses
|
||||||
|
set_language_if_valid 'en'
|
||||||
q = ProjectAdminQuery.new
|
q = ProjectAdminQuery.new
|
||||||
assert_equal [
|
assert_equal [
|
||||||
["active", "1"],
|
["active", "1"],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user