From 9f1c59e9d0db97282b3e508148e728cd1fb60392 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 4 Dec 2011 19:20:22 +0000 Subject: Moves test to non-transactional fixtures tests (failure with postgresql). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8078 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'test/functional/issues_controller_test.rb') diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index 30baac987..9557cfcb4 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -656,16 +656,6 @@ class IssuesControllerTest < ActionController::TestCase assert @response.body.blank? end - def test_index_should_rescue_invalid_sql_query - Query.any_instance.stubs(:statement).returns("INVALID STATEMENT") - - get :index - assert_response 500 - assert_tag 'p', :content => /An error occurred/ - assert_nil session[:query] - assert_nil session[:issues_index_sort] - end - def test_show_by_anonymous get :show, :id => 1 assert_response :success -- cgit v1.2.3