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
This commit is contained in:
parent
44ae210ea0
commit
5bb790eed4
|
@ -138,7 +138,7 @@ class RepositoryTest < ActiveSupport::TestCase
|
||||||
changeset.comments )
|
changeset.comments )
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_for_urls_strip
|
def test_for_urls_strip_cvs
|
||||||
repository = Repository::Cvs.create(
|
repository = Repository::Cvs.create(
|
||||||
:project => Project.find(4),
|
:project => Project.find(4),
|
||||||
:url => ' :pserver:login:password@host:/path/to/the/repository',
|
:url => ' :pserver:login:password@host:/path/to/the/repository',
|
||||||
|
|
Loading…
Reference in New Issue