Commit 18c7c0d3 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

Fixes a test failure.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3214 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent fce25d44
......@@ -216,7 +216,7 @@ class IssueTest < ActiveSupport::TestCase
orig = Issue.find(1)
assert_equal orig.subject, issue.subject
assert_equal orig.tracker, issue.tracker
assert_equal orig.custom_values.first.value, issue.custom_values.first.value
assert_equal "125", issue.custom_value_for(2).value
end
def test_copy_should_copy_status
......
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