Commit 33d2c254 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang Committed by Eric Davis

Fixes a failing test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4958 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 7367b72c
......@@ -622,6 +622,8 @@ class IssueTest < ActiveSupport::TestCase
end
def test_journalized_description
IssueCustomField.delete_all
i = Issue.first
old_description = i.description
new_description = "This is the new description"
......
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