mirror of
				https://github.com/redmine/redmine.git
				synced 2025-11-03 20:06:24 +01:00 
			
		
		
		
	remove hard-coded '.rhtml' from "test_index_should_not_list_issues_when_module_disabled" of functional issues controller test (#6317).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7035 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
		@@ -71,7 +71,7 @@ class IssuesControllerTest < ActionController::TestCase
 | 
			
		||||
    EnabledModule.delete_all("name = 'issue_tracking' AND project_id = 1")
 | 
			
		||||
    get :index
 | 
			
		||||
    assert_response :success
 | 
			
		||||
    assert_template 'index.rhtml'
 | 
			
		||||
    assert_template 'index'
 | 
			
		||||
    assert_not_nil assigns(:issues)
 | 
			
		||||
    assert_nil assigns(:project)
 | 
			
		||||
    assert_no_tag :tag => 'a', :content => /Can't print recipes/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user