mirror of
https://github.com/redmine/redmine.git
synced 2025-11-06 13:25:44 +01:00
Test failure.
git-svn-id: http://svn.redmine.org/redmine/trunk@15888 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -46,11 +46,9 @@ class Redmine::ApiTest::ApiTest < Redmine::ApiTest::Base
|
||||
end
|
||||
|
||||
def test_head_response_should_have_empty_body
|
||||
assert_difference('Issue.count', -1) do
|
||||
delete '/issues/6.xml', {}, credentials('jsmith')
|
||||
put '/users/7.xml', {:user => {:login => 'foo'}}, credentials('admin')
|
||||
|
||||
assert_response :ok
|
||||
assert_equal '', response.body
|
||||
end
|
||||
assert_response :ok
|
||||
assert_equal '', response.body
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user