comparison test/unit/lib/redmine/scm/adapters/filesystem_adapter_test.rb @ 118:b859cc0c4fa1 cannam

Merge from branch "redmine-1.1"
author Chris Cannam
date Thu, 13 Jan 2011 13:21:03 +0000
parents af80e5618e9b
children cbce1fd3b1b7
comparison
equal deleted inserted replaced
114:8a205cc048de 118:b859cc0c4fa1
1 1
2 require File.dirname(__FILE__) + '/../../../../../test_helper' 2 require File.expand_path('../../../../../../test_helper', __FILE__)
3 3
4 4
5 class FilesystemAdapterTest < ActiveSupport::TestCase 5 class FilesystemAdapterTest < ActiveSupport::TestCase
6 6
7 REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + '/tmp/test/filesystem_repository' 7 REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + '/tmp/test/filesystem_repository'