diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-12 22:22:33 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-12-12 22:22:33 +0000 |
commit | 63ef594033da88cf0e18839f706d86e353f3bd5b (patch) | |
tree | 567a2e28a9166db0dba682fd7b52fc35c0b47afd /test/unit/repository_bazaar_test.rb | |
parent | bd8eded6702add06ae55cc960fe3b9cc378a9fd9 (diff) | |
download | redmine-63ef594033da88cf0e18839f706d86e353f3bd5b.tar.gz redmine-63ef594033da88cf0e18839f706d86e353f3bd5b.zip |
Added some functional tests (issues).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@984 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/repository_bazaar_test.rb')
-rw-r--r-- | test/unit/repository_bazaar_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/repository_bazaar_test.rb b/test/unit/repository_bazaar_test.rb index 22a190990..6b21607bc 100644 --- a/test/unit/repository_bazaar_test.rb +++ b/test/unit/repository_bazaar_test.rb @@ -21,7 +21,7 @@ class RepositoryBazaarTest < Test::Unit::TestCase fixtures :projects # No '..' in the repository path - REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + 'tmp/test/bazaar_repository' + REPOSITORY_PATH = RAILS_ROOT.gsub(%r{config\/\.\.}, '') + '/tmp/test/bazaar_repository' def setup @project = Project.find(1) |