##// END OF EJS Templates
Fixes a failing test....
Jean-Philippe Lang -
r4838:c781cbb2f728
parent child
Show More
@@ -622,6 +622,8 class IssueTest < ActiveSupport::TestCase
622 end
622 end
623
623
624 def test_journalized_description
624 def test_journalized_description
625 IssueCustomField.delete_all
626
625 i = Issue.first
627 i = Issue.first
626 old_description = i.description
628 old_description = i.description
627 new_description = "This is the new description"
629 new_description = "This is the new description"
General Comments 0
You need to be logged in to leave comments. Login now