Commit 3eebd827 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

ruby1.9 compatibility

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4597 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 6659c630
......@@ -190,7 +190,7 @@ class VersionTest < ActiveSupport::TestCase
# Separate hierarchy
project_1_issue = Issue.find(1)
project_1_issue.fixed_version = @version
assert project_1_issue.save, project_1_issue.errors.full_messages
assert project_1_issue.save, project_1_issue.errors.full_messages.to_s
project_5_issue = Issue.find(6)
project_5_issue.fixed_version = @version
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment