]> source.dussan.org Git - redmine.git/commitdiff
scm: rename test_for_urls_strip to test_for_urls_strip_cvs at unit repository test.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 30 Aug 2011 15:59:42 +0000 (15:59 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 30 Aug 2011 15:59:42 +0000 (15:59 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6825 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/repository_test.rb

index cb7ce7dcac301c02c299102e07249498beb73148..5f631f04c0156d9d4d3ae952a74bd53c52f9acf5 100644 (file)
@@ -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',