1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Fix test to use correct IANA timezone name "Asia/Hong_Kong" instead of deprecated "Hongkong" (#41313).

Patch by Soren Stoutner (user:sorenstoutner).


git-svn-id: https://svn.redmine.org/redmine/trunk@23079 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-09-25 21:31:24 +00:00
parent c2bffbd0c4
commit 55b0664b4c

View File

@ -3439,7 +3439,7 @@ class IssueTest < ActiveSupport::TestCase
user_in_europe.pref.update! :time_zone => 'UTC'
user_in_asia = users(:users_002)
user_in_asia.pref.update! :time_zone => 'Hongkong'
user_in_asia.pref.update! :time_zone => 'Asia/Hong_Kong'
issue = Issue.generate! :due_date => Date.parse('2016-03-20')