##// 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 622 end
623 623
624 624 def test_journalized_description
625 IssueCustomField.delete_all
626
625 627 i = Issue.first
626 628 old_description = i.description
627 629 new_description = "This is the new description"
General Comments 0
You need to be logged in to leave comments. Login now