Skip to content

Commit

Permalink
remove hard-coded '.rhtml' from "test_index_with_project_and_default_…
Browse files Browse the repository at this point in the history
…filter" of functional issues controller test (#6317).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7028 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Sep 2, 2011
1 parent 73c25b1 commit 62b4267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/issues_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def test_index_with_project_and_subprojects_should_show_private_subprojects
def test_index_with_project_and_default_filter
get :index, :project_id => 1, :set_filter => 1
assert_response :success
assert_template 'index.rhtml'
assert_template 'index'
assert_not_nil assigns(:issues)

query = assigns(:query)
Expand Down

0 comments on commit 62b4267

Please sign in to comment.