From fa7d4a691ff4fb245c1fd0c62a11f908d5a1bcd9 Mon Sep 17 00:00:00 2001 From: Scott Barron Date: Sun, 25 Sep 2005 10:41:22 +0000 Subject: This seems unnecessary to call in teardown and is causing the tests to error because the table has been dropped. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2331 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/active_record_store_test.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'actionpack/test') diff --git a/actionpack/test/controller/active_record_store_test.rb b/actionpack/test/controller/active_record_store_test.rb index 688eff9d87..99034880dc 100644 --- a/actionpack/test/controller/active_record_store_test.rb +++ b/actionpack/test/controller/active_record_store_test.rb @@ -94,7 +94,6 @@ class DeprecatedActiveRecordStoreTest < ActiveRecordStoreTest def teardown session_class.connection.execute 'drop table old_sessions' session_class.table_name = 'sessions' - session_class.send :setup_sessid_compatibility! end end -- cgit v1.2.3