Added some functional tests (issues).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@984 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-12-12 22:22:33 +00:00
parent bd8eded670
commit 63ef594033
2 changed files with 68 additions and 1 deletions
+1 -1
View File
@@ -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)