##// END OF EJS Templates
Fixes a test failure....
Jean-Philippe Lang -
r3100:18c7c0d3ee29
parent child
Show More
@@ -216,7 +216,7 class IssueTest < ActiveSupport::TestCase
216 orig = Issue.find(1)
216 orig = Issue.find(1)
217 assert_equal orig.subject, issue.subject
217 assert_equal orig.subject, issue.subject
218 assert_equal orig.tracker, issue.tracker
218 assert_equal orig.tracker, issue.tracker
219 assert_equal orig.custom_values.first.value, issue.custom_values.first.value
219 assert_equal "125", issue.custom_value_for(2).value
220 end
220 end
221
221
222 def test_copy_should_copy_status
222 def test_copy_should_copy_status
General Comments 0
You need to be logged in to leave comments. Login now