From b1999be5a7efd67e2602c37ed898aa8433661863 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 15 Feb 2005 01:45:35 +0000 Subject: A hopefully more successful attempt at the Routing branch merge git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@617 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/cookie_test.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'actionpack/test/controller/cookie_test.rb') diff --git a/actionpack/test/controller/cookie_test.rb b/actionpack/test/controller/cookie_test.rb index 3f9dafacd6..2b5b1cae9f 100644 --- a/actionpack/test/controller/cookie_test.rb +++ b/actionpack/test/controller/cookie_test.rb @@ -28,10 +28,6 @@ class CookieTest < Test::Unit::TestCase render_text "hello world" end - def access_frozen_cookies - @cookies["wont"] = "work" - end - def rescue_action(e) raise end end @@ -67,11 +63,6 @@ class CookieTest < Test::Unit::TestCase assert_equal 2, process_request.headers["cookie"].size end - def test_setting_cookie_on_frozen_instance_variable - @request.action = "access_frozen_cookies" - assert_raises(TypeError) { process_request } - end - private def process_request TestController.process(@request, @response) -- cgit v1.2.3