git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6240 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
fe07aee27e
commit
db6b8da9a5
@ -209,6 +209,18 @@ class RepositoriesCvsControllerTest < ActionController::TestCase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def test_destroy_valid_repository
|
||||||
|
@request.session[:user_id] = 1 # admin
|
||||||
|
@repository.fetch_changesets
|
||||||
|
@repository.reload
|
||||||
|
assert @repository.changesets.count > 0
|
||||||
|
|
||||||
|
get :destroy, :id => PRJ_ID
|
||||||
|
assert_response 302
|
||||||
|
@project.reload
|
||||||
|
assert_nil @project.repository
|
||||||
|
end
|
||||||
else
|
else
|
||||||
puts "CVS test repository NOT FOUND. Skipping functional tests !!!"
|
puts "CVS test repository NOT FOUND. Skipping functional tests !!!"
|
||||||
def test_fake; assert true end
|
def test_fake; assert true end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user