From 25324b632a23c4d032942795b3fb2b21eee2f94f Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Mon, 29 Jul 2013 03:27:10 +0900 Subject: Revert "fix order dependent test related to migration" This reverts commit 10259c3e906da2191ef0d43cd664a3b5504d9f8c. reason: this causes rake test_mysql and test_mysql2 fail --- activerecord/test/cases/migration_test.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'activerecord/test/cases') diff --git a/activerecord/test/cases/migration_test.rb b/activerecord/test/cases/migration_test.rb index 4474c22cf8..ed080b2995 100644 --- a/activerecord/test/cases/migration_test.rb +++ b/activerecord/test/cases/migration_test.rb @@ -846,10 +846,6 @@ class CopyMigrationsTest < ActiveRecord::TestCase end def test_check_pending_with_stdlib_logger - migrations_path = MIGRATIONS_ROOT + "/valid" - ActiveRecord::Migrator.migrations_paths = migrations_path - ActiveRecord::Migrator.up migrations_path - old, ActiveRecord::Base.logger = ActiveRecord::Base.logger, ::Logger.new($stdout) quietly do assert_nothing_raised { ActiveRecord::Migration::CheckPending.new(Proc.new {}).call({}) } -- cgit v1.2.3