Fixes a failing test.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4958 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-02-27 15:51:10 +00:00
parent 5d0869bcde
commit c781cbb2f7
1 changed files with 2 additions and 0 deletions

View File

@ -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"