This issue is resolved. For the record I resolved this issue by creating database through rake task.
rake mysql:drop_databases rake mysql:build_databases On May 1, 12:09 am, Neeraj Singh <[email protected]> wrote: > I downloaded the rails edge > > > cd activerecord > > rake test_mysql > > I am getting an exception at line 165 > block.http://github.com/rails/rails/blob/master/activerecord/test/cases/val... > > Line 169 > (http://github.com/rails/rails/blob/master/activerecord/test/cases/val...) > says that if database is not UTF-8 then test will fail. > > I think my database is UTF-8. Take a look at > this.http://gist.github.com/386040 > > What am I missing? What do I need to do so that this test passes. > > For the sake of completeness I would a say I have one test in error > ( this one) and two other tests are failing. It seems the other two > failing tests are also because of UTF-8 issue. > > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group > athttp://groups.google.com/group/rubyonrails-talk?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

