Skip to content

Commit

Permalink
[test] remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Apr 16, 2014
1 parent 169ed13 commit d05b210
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/api/test/functional/interconnect_test.rb
Expand Up @@ -530,7 +530,6 @@ def test_submit_from_remote

# cleanup option can not work, do not allow to create requests
raw_post '/request?cmd=create', "<request><action type='submit'><source project='RemoteInstance:home:Iggy' package='TestPack'/><target project='home:Iggy' package='TEMPORARY'/> <options><sourceupdate>cleanup</sourceupdate></options></action></request>"
print @response.body
assert_response 400
assert_xml_tag :tag => 'status', :attributes => { :code => 'not_supported' }
end
Expand Down
2 changes: 1 addition & 1 deletion src/api/test/unit/code_quality_test.rb
Expand Up @@ -83,7 +83,6 @@ def setup
'BsRequest#webui_actions' => 130.13,
'BsRequest::new_from_xml' => 126.34,
'BsRequestAction#check_action_permission!' => 232.82,
'BsRequestAction#check_action_target' => 52.15,
'BsRequestAction#check_sanity' => 78.06,
'BsRequestAction#create_expand_package' => 327.77,
'BsRequestAction#default_reviewers' => 135.96,
Expand All @@ -92,6 +91,7 @@ def setup
'BsRequestActionMaintenanceIncident#merge_into_maintenance_incident' => 166.26,
'BsRequestActionMaintenanceRelease#check_permissions!' => 91.4,
'BsRequestActionSubmit#execute_accept' => 136.79,
'BsRequestPermissionCheck#check_action_target' => 52.15,
'BuildController#file' => 127.42,
'BuildController#project_index' => 129.0,
'Channel#update_from_xml' => 72.6,
Expand Down

0 comments on commit d05b210

Please sign in to comment.