1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Revert "reconnect after the fork returns"

This reverts commit baf5f47b87.

Reason: This is breaking the sqlite3 tests with a missing transacion.
Could not investigate right now.

cc @tenderlove
This commit is contained in:
Rafael Mendonça França 2013-08-31 14:48:05 -03:00
parent 71ff7d9c65
commit adbd04ff80

View file

@ -1356,8 +1356,6 @@ class BasicsTest < ActiveRecord::TestCase
wr.close
assert Marshal.load rd.read
rd.close
ensure
ActiveRecord::Base.connection.reconnect!
end
def test_marshalling_new_record_round_trip_with_associations