Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
scm: cvs: fix unit lib test fails on Windows.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4808 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi authored and edavis10 committed Mar 27, 2011
1 parent 6b6a44c commit 6483536
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/lib/redmine/scm/adapters/cvs_adapter_test.rb
Expand Up @@ -5,6 +5,7 @@
class CvsAdapterTest < ActiveSupport::TestCase

REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + '/tmp/test/cvs_repository'
REPOSITORY_PATH.gsub!(/\//, "\\") if Redmine::Platform.mswin?
MODULE_NAME = 'test'

if File.directory?(REPOSITORY_PATH)
Expand Down

0 comments on commit 6483536

Please sign in to comment.