mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 06:25:51 +02: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user