1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-06 09:03:25 +00:00

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
This commit is contained in:
Toshi MARUYAMA 2017-07-10 04:48:19 +00:00
parent 7187e8dade
commit 48259a1eda

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