remove hard-coded '.rhtml' from "test_index_with_project_and_filter" of functional issues controller test (#6317).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7042 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-02 01:44:07 +00:00
parent 327027e07a
commit de9e3f94d5
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class IssuesControllerTest < ActionController::TestCase
:op => {'tracker_id' => '='},
:v => {'tracker_id' => ['1']}
assert_response :success
assert_template 'index.rhtml'
assert_template 'index'
assert_not_nil assigns(:issues)
query = assigns(:query)