From: Toshi MARUYAMA Date: Tue, 30 Aug 2011 15:59:42 +0000 (+0000) Subject: scm: rename test_for_urls_strip to test_for_urls_strip_cvs at unit repository test. X-Git-Tag: 1.3.0~1137 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5bb790eed476ceabf67561a1025c69e5e9b78bd2;p=redmine.git scm: rename test_for_urls_strip to test_for_urls_strip_cvs at unit repository test. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6825 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/test/unit/repository_test.rb b/test/unit/repository_test.rb index cb7ce7dca..5f631f04c 100644 --- a/test/unit/repository_test.rb +++ b/test/unit/repository_test.rb @@ -138,7 +138,7 @@ class RepositoryTest < ActiveSupport::TestCase changeset.comments ) end - def test_for_urls_strip + def test_for_urls_strip_cvs repository = Repository::Cvs.create( :project => Project.find(4), :url => ' :pserver:login:password@host:/path/to/the/repository',