From 27953f726c160ad6268efa15393028a0cbf9cc59 Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Thu, 11 Dec 2014 16:41:40 +0000 Subject: [PATCH] Removing unnecessary test for download list of softwares --- test/functional/mpog_software_plugin_controller_test.rb | 11 ----------- 1 file changed, 0 insertions(+), 11 deletions(-) diff --git a/test/functional/mpog_software_plugin_controller_test.rb b/test/functional/mpog_software_plugin_controller_test.rb index 186e89a..4366e9e 100644 --- a/test/functional/mpog_software_plugin_controller_test.rb +++ b/test/functional/mpog_software_plugin_controller_test.rb @@ -108,17 +108,6 @@ class MpogSoftwarePluginControllerTest < ActionController::TestCase assert_equal "false", @response.body end - should "response as XML to export softwares" do - get :download, :format => 'xml' - assert_equal 'text/xml', @response.content_type - end - - should "response as CSV to export softwares" do - get :download, :format => 'csv' - assert_equal 'text/csv', @response.content_type - assert_equal "name;acronym;demonstration_url;e_arq;e_mag;e_ping;features;icp_brasil;objectives;operating_platform\n", @response.body - end - should "hide registration incomplete message" do xhr :get, :hide_registration_incomplete_percentage, :hide=>true assert_equal "true", @response.body -- libgit2 0.21.2