Project

General

Profile

Actions

Patch #42562

closed

Fix random test failure in ProjectAdminQueryTest due to missing language setting

Added by Go MAEDA 9 days ago. Updated 9 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Code cleanup/refactoring
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The attached patch fixes the following test failure that occurs randomly.

Failure:
ProjectAdminQueryTest#test_project_statuses_values_should_return_all_statuses [test/unit/project_admin_query_test.rb:99]:
--- expected
+++ actual
@@ -1 +1 @@
-[["active", "1"], ["closed", "5"], ["archived", "9"], ["scheduled for deletion", "10"]]
+[["actif", "1"], ["fermé", "5"], ["archivé", "9"], ["planifié pour suppression", "10"]]

bin/rails test test/unit/project_admin_query_test.rb:97

Files


Related issues

Has duplicate Redmine - Patch #42570: test_project_statuses_values_should_return_all_statuses should always run in "en"Closed

Actions
Actions

Also available in: Atom PDF