Added some functional tests (projects and repositories).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@981 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-12-12 20:56:22 +00:00
parent 3539bef96b
commit 76ed8cc200
6 changed files with 171 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ class RepositoryBazaarTest < Test::Unit::TestCase
assert_equal 'mkdir', annotate.lines[0]
end
else
puts "Bazaar test repository NOT FOUND. Skipping tests !!!"
puts "Bazaar test repository NOT FOUND. Skipping unit tests !!!"
def test_fake; assert true end
end
end

View File

@@ -49,7 +49,7 @@ class RepositorySubversionTest < Test::Unit::TestCase
assert_equal 8, @repository.changesets.count
end
else
puts "Subversion test repository NOT FOUND. Skipping tests !!!"
puts "Subversion test repository NOT FOUND. Skipping unit tests !!!"
def test_fake; assert true end
end
end