summaryrefslogtreecommitdiffstats
path: root/test/unit/repository_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/repository_test.rb')
-rw-r--r--test/unit/repository_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/unit/repository_test.rb b/test/unit/repository_test.rb
index 270b0bea1..03d836ef7 100644
--- a/test/unit/repository_test.rb
+++ b/test/unit/repository_test.rb
@@ -51,6 +51,8 @@ class RepositoryTest < Test::Unit::TestCase
repository = Repository::Subversion.new(:project => Project.find(3), :url => "svn://localhost")
assert !repository.save
assert_equal :activerecord_error_invalid, repository.errors.on(:type)
+ # re-enable Subversion for following tests
+ Setting.delete_all
end
def test_scan_changesets_for_issue_ids