From 11d136e508db4c663073e06b204bf2d494c9c6a6 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Mon, 22 Mar 2010 22:56:45 +0000 Subject: [PATCH] Patching fix to test from branch. --- test/functional/way_controller_test.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/way_controller_test.rb b/test/functional/way_controller_test.rb index 6b58137ae..3452be6d0 100644 --- a/test/functional/way_controller_test.rb +++ b/test/functional/way_controller_test.rb @@ -210,7 +210,7 @@ class WayControllerTest < ActionController::TestCase assert_response :forbidden # Now try without having a changeset - content "" + content "" delete :delete, :id => current_ways(:visible_way).id assert_response :forbidden @@ -261,7 +261,7 @@ class WayControllerTest < ActionController::TestCase assert_response :bad_request # Now try without having a changeset - content "" + content "" delete :delete, :id => current_ways(:visible_way).id assert_response :bad_request -- 2.43.2