mirror of
https://github.com/github/rails.git
synced 2026-01-27 07:17:58 -05:00
unbreak unit tests on windows
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2671 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -9,14 +9,12 @@ db2 = 'activerecord_unittest2'
|
||||
|
||||
ActiveRecord::Base.establish_connection(
|
||||
:adapter => "mysql",
|
||||
:socket => `mysql_config --socket`,
|
||||
:username => "rails",
|
||||
:database => db1
|
||||
)
|
||||
|
||||
Course.establish_connection(
|
||||
:adapter => "mysql",
|
||||
:socket => `mysql_config --socket`,
|
||||
:username => "rails",
|
||||
:database => db2
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user