Browse Source

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
tags/1.3.0
Toshi MARUYAMA 13 years ago
parent
commit
5bb790eed4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      test/unit/repository_test.rb

+ 1
- 1
test/unit/repository_test.rb View 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',

Loading…
Cancel
Save