Fixed: CVS repository doesn't work if port is used in the url (#653).

Added functional tests for CVS adapter.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1156 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-02-16 18:09:26 +00:00
parent 0153954ebb
commit 53a04b0a44
4 changed files with 137 additions and 2 deletions

View File

@@ -35,5 +35,6 @@ class ApplicationControllerTest < Test::Unit::TestCase
GLoc.valid_languages.each do |lang|
assert set_language_if_valid(lang)
end
set_language_if_valid('en')
end
end