diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-30 15:59:42 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-08-30 15:59:42 +0000 |
commit | 5bb790eed476ceabf67561a1025c69e5e9b78bd2 (patch) | |
tree | 617426070f2c93f84055da5dad0ffe30fdf4e7d7 /test/unit/repository_test.rb | |
parent | 44ae210ea0a431996ef7d32e84bfb6d79529de31 (diff) | |
download | redmine-5bb790eed476ceabf67561a1025c69e5e9b78bd2.tar.gz redmine-5bb790eed476ceabf67561a1025c69e5e9b78bd2.zip |
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
Diffstat (limited to 'test/unit/repository_test.rb')
-rw-r--r-- | test/unit/repository_test.rb | 2 |
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', |