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

test/functional/issues_controller_test.rb

index 8bed74ede79949a224a269cdfbba4de31c473fe1..b98953460befab4218ede15da993a9fb8e75bc24 100644 (file)
@@ -158,7 +158,7 @@ class IssuesControllerTest < ActionController::TestCase
   def test_index_with_project_and_empty_filters
     get :index, :project_id => 1, :set_filter => 1, :fields => ['']
     assert_response :success
-    assert_template 'index.rhtml'
+    assert_template 'index'
     assert_not_nil assigns(:issues)
 
     query = assigns(:query)