diff options
author | Go MAEDA <maeda@farend.jp> | 2023-02-15 00:26:20 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-02-15 00:26:20 +0000 |
commit | adc8921762fbdb15d006afa0616ef2d5a65d6e38 (patch) | |
tree | 79e72d2094c5a6f659e35ef92aca0340392d6046 /test | |
parent | 521852847dffde963f58266990c6c8517d197ae5 (diff) | |
download | redmine-adc8921762fbdb15d006afa0616ef2d5a65d6e38.tar.gz redmine-adc8921762fbdb15d006afa0616ef2d5a65d6e38.zip |
Merged r22096 from trunk to 4.2-stable (#35066).
git-svn-id: https://svn.redmine.org/redmine/branches/4.2-stable@22110 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/timelog_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index 6b04e7d00..451bbaa09 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -458,7 +458,7 @@ class TimelogControllerTest < Redmine::ControllerTest }, :continue => '1' } - assert_redirected_to '/projects/ecookbook/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=&time_entry%5Bproject_id%5D=&time_entry%5Bspent_on%5D=2008-03-14' + assert_redirected_to '/projects/ecookbook/time_entries/new?time_entry%5Bactivity_id%5D=11&time_entry%5Bissue_id%5D=&time_entry%5Bproject_id%5D=1&time_entry%5Bspent_on%5D=2008-03-14' end end |