]> source.dussan.org Git - redmine.git/commit
Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test...
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 9 Dec 2011 07:16:21 +0000 (07:16 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 9 Dec 2011 07:16:21 +0000 (07:16 +0000)
commit85382514f940476184456f660effb5c28cc2cf7a
treeff67cb8d9e896e7604234edda2a7402592e3e366
parent8e5242ef635157a32ee03615f44d96450f813998
Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/issue_test.rb

On Rails2, Errors#[] returns single error if one error raises.
But, on Rails3, Errors#[] always returns the array.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8138 e93f8b46-1217-0410-a6f0-8f06a7374b81
test/unit/issue_test.rb