Skip to content

Commit

Permalink
unbreak unit tests on windows
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2671 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
NZKoz committed Oct 18, 2005
1 parent e515ba9 commit 966616d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activerecord/test/connections/native_mysql/connection.rb
Expand Up @@ -9,14 +9,12 @@

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
)

0 comments on commit 966616d

Please sign in to comment.