]> source.dussan.org Git - redmine.git/commitdiff
Test failure, now that projects without trackers are ignored (#20463).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Sep 2015 12:52:29 +0000 (12:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 20 Sep 2015 12:52:29 +0000 (12:52 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14616 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

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