Skip to content

Commit

Permalink
revert mysql test credential change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jun 1, 2008
1 parent cb59c93 commit ea03b08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord/test/connections/native_mysql/connection.rb
Expand Up @@ -12,13 +12,13 @@
ActiveRecord::Base.configurations = {
'arunit' => {
:adapter => 'mysql',
:username => 'root',
:username => 'rails',
:encoding => 'utf8',
:database => 'activerecord_unittest',
},
'arunit2' => {
:adapter => 'mysql',
:username => 'root',
:username => 'rails',
:database => 'activerecord_unittest2'
}
}
Expand Down

0 comments on commit ea03b08

Please sign in to comment.