mirror of
https://github.com/redmine/redmine.git
synced 2025-11-12 00:06:01 +01:00
Removes RJS from IssuesController.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10050 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1525,7 +1525,9 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
:description => 'This is the description',
|
||||
:priority_id => 5}
|
||||
assert_response :success
|
||||
assert_template 'update_form'
|
||||
assert_template 'form'
|
||||
assert_equal 'text/javascript', response.content_type
|
||||
|
||||
issue = assigns(:issue)
|
||||
assert_kind_of Issue, issue
|
||||
@@ -2400,6 +2402,8 @@ class IssuesControllerTest < ActionController::TestCase
|
||||
:description => 'This is the description',
|
||||
:priority_id => 5}
|
||||
assert_response :success
|
||||
assert_equal 'text/javascript', response.content_type
|
||||
assert_template 'update_form'
|
||||
assert_template 'form'
|
||||
|
||||
issue = assigns(:issue)
|
||||
|
||||
Reference in New Issue
Block a user