@@ -79,6 +79,11 begin | |||||
79 | assert_equal "UTF-8", adpt2.path_encoding |
|
79 | assert_equal "UTF-8", adpt2.path_encoding | |
80 | end |
|
80 | end | |
81 |
|
81 | |||
|
82 | def test_root_url_path | |||
|
83 | adapter = Redmine::Scm::Adapters::CvsAdapter.new('foo', ':pserver:cvs_user:cvs_password@123.456.789.123:9876/repo') | |||
|
84 | assert_equal '/repo', adapter.send(:root_url_path) | |||
|
85 | end | |||
|
86 | ||||
82 | private |
|
87 | private | |
83 |
|
88 | |||
84 | def test_scm_version_for(scm_command_version, version) |
|
89 | def test_scm_version_for(scm_command_version, version) |
General Comments 0
You need to be logged in to leave comments.
Login now