summaryrefslogtreecommitdiffstats
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/repository_test.rb2
1 files changed, 1 insertions, 1 deletions
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',