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