ソースを参照

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年前
コミット
48259a1eda
1個のファイルの変更2行の追加0行の削除
  1. 2
    0
      test/unit/repository_test.rb

+ 2
- 0
test/unit/repository_test.rb ファイルの表示

@@ -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

読み込み中…
キャンセル
保存