mirror of
https://github.com/redmine/redmine.git
synced 2026-01-17 21:12:55 +01:00
Fixes a test failure.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3214 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user