##// END OF EJS Templates
scm: rename test_for_urls_strip to test_for_urls_strip_cvs at unit repository test....
Toshi MARUYAMA -
r6705:5bb790eed476
parent child
Show More
@@ -138,7 +138,7 class RepositoryTest < ActiveSupport::TestCase
138 changeset.comments )
138 changeset.comments )
139 end
139 end
140
140
141 def test_for_urls_strip
141 def test_for_urls_strip_cvs
142 repository = Repository::Cvs.create(
142 repository = Repository::Cvs.create(
143 :project => Project.find(4),
143 :project => Project.find(4),
144 :url => ' :pserver:login:password@host:/path/to/the/repository',
144 :url => ' :pserver:login:password@host:/path/to/the/repository',
General Comments 0
You need to be logged in to leave comments. Login now