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:
parent
7187e8dade
commit
48259a1eda
@ -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…
x
Reference in New Issue
Block a user