Added some unit tests for the Bazaar adapter.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@951 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-12-03 19:19:36 +00:00
parent 056e3703da
commit 3b4cfe0ba8
6 changed files with 101 additions and 1 deletions
+1 -1
View File
@@ -50,6 +50,6 @@ class RepositorySubversionTest < Test::Unit::TestCase
end
else
puts "Subversion test repository NOT FOUND. Skipping tests !!!"
def test_fake; assert false end
def test_fake; assert true end
end
end