Browse Source

add some tests to RepositoryTest#test_for_changeset_comments_strip

git-svn-id: http://svn.redmine.org/redmine/trunk@16811 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.0.0
Toshi MARUYAMA 7 years ago
parent
commit
48259a1eda
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      test/unit/repository_test.rb

+ 2
- 0
test/unit/repository_test.rb View File

@@ -291,6 +291,8 @@ class RepositoryTest < ActiveSupport::TestCase
assert(changeset.save)
assert_not_equal comment, changeset.comments
assert_equal expected_comment, changeset.comments
assert_equal expected_comment, changeset.short_comments
assert_equal "", changeset.long_comments
end

def test_for_urls_strip_cvs

Loading…
Cancel
Save