]> source.dussan.org Git - redmine.git/commitdiff
remove hard-coded '.rhtml' from "test_index_with_project_and_subprojects" of function...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Sep 2011 01:43:12 +0000 (01:43 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 2 Sep 2011 01:43:12 +0000 (01:43 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7041 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index ff3fa0ea853b3dd29e81ab56b32711f05a889774..27d3751467c9e1b3dd77b15af95a30c6200031d8 100644 (file)
@@ -99,7 +99,7 @@ class IssuesControllerTest < ActionController::TestCase
     Setting.display_subprojects_issues = 1
     get :index, :project_id => 1
     assert_response :success
-    assert_template 'index.rhtml'
+    assert_template 'index'
     assert_not_nil assigns(:issues)
     assert_tag :tag => 'a', :content => /Can't print recipes/
     assert_tag :tag => 'a', :content => /Subproject issue/