Skip to content

Commit

Permalink
This seems unnecessary to call in teardown and is causing the tests
Browse files Browse the repository at this point in the history
to error because the table has been dropped.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2331 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
Scott Barron committed Sep 25, 2005
1 parent b2b0ace commit fa7d4a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion actionpack/test/controller/active_record_store_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def setup
def teardown
session_class.connection.execute 'drop table old_sessions'
session_class.table_name = 'sessions'
session_class.send :setup_sessid_compatibility!
end
end

Expand Down

0 comments on commit fa7d4a6

Please sign in to comment.