1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-26 02:31:09 +00:00

Test failure, now that projects without trackers are ignored (#20463).

git-svn-id: http://svn.redmine.org/redmine/trunk@14616 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2015-09-20 12:52:29 +00:00
parent a28bf20c4c
commit 4b8655cb27

View File

@ -3064,8 +3064,7 @@ class IssuesControllerTest < ActionController::TestCase
@request.session[:user_id] = 1 @request.session[:user_id] = 1
put :update, :id => issue.id, :issue => {:project_id => target.id} put :update, :id => issue.id, :issue => {:project_id => target.id}
assert_response :success assert_response 302
assert_template 'edit'
end end
def test_put_update_with_tracker_change def test_put_update_with_tracker_change