From: Shaun McDonald Date: Tue, 14 Apr 2009 11:52:56 +0000 (+0000) Subject: Remove function that is in the test help from functional test X-Git-Tag: live~7563^2~17 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ed87bd73f33ed39bd684e37905768a39e4bfb695 Remove function that is in the test help from functional test --- diff --git a/test/functional/relation_controller_test.rb b/test/functional/relation_controller_test.rb index f52981233..d2dacd79c 100644 --- a/test/functional/relation_controller_test.rb +++ b/test/functional/relation_controller_test.rb @@ -4,14 +4,6 @@ require 'relation_controller' class RelationControllerTest < ActionController::TestCase api_fixtures - def basic_authorization(user, pass) - @request.env["HTTP_AUTHORIZATION"] = "Basic %s" % Base64.encode64("#{user}:#{pass}") - end - - def content(c) - @request.env["RAW_POST_DATA"] = c.to_s - end - # ------------------------------------- # Test reading relations. # -------------------------------------