OSDN Git Service

Fixes a failing test.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 27 Feb 2011 15:51:10 +0000 (15:51 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 27 Feb 2011 15:51:10 +0000 (15:51 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4958 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/issue_test.rb

index 003d513..8dcee38 100644 (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"