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

test/functional/issues_controller_test.rb

index 1a7703b5e631250fa3d5b19b34f33809713ee14f..c9ae6109a0fb1488c34f5011622704a5031889ef 100644 (file)
@@ -89,7 +89,7 @@ class IssuesControllerTest < ActionController::TestCase
     Setting.display_subprojects_issues = 0
     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_no_tag :tag => 'a', :content => /Subproject issue/