remove hard-coded '.rhtml' from "test_index_with_project_and_default_filter" of functional issues controller test (#6317).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7028 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
73c25b1320
commit
62b42671c6
|
@ -132,7 +132,7 @@ class IssuesControllerTest < ActionController::TestCase
|
||||||
def test_index_with_project_and_default_filter
|
def test_index_with_project_and_default_filter
|
||||||
get :index, :project_id => 1, :set_filter => 1
|
get :index, :project_id => 1, :set_filter => 1
|
||||||
assert_response :success
|
assert_response :success
|
||||||
assert_template 'index.rhtml'
|
assert_template 'index'
|
||||||
assert_not_nil assigns(:issues)
|
assert_not_nil assigns(:issues)
|
||||||
|
|
||||||
query = assigns(:query)
|
query = assigns(:query)
|
||||||
|
|
Loading…
Reference in New Issue