From: Matt Amos Date: Fri, 7 Aug 2009 14:14:27 +0000 (+0000) Subject: Fix test to reflect change to changeset templates. X-Git-Tag: live~6779 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7ac66a371e0338e858c86fac54d5cf41b0e5964f?ds=sidebyside Fix test to reflect change to changeset templates. --- diff --git a/test/functional/changeset_controller_test.rb b/test/functional/changeset_controller_test.rb index 8f0b21477..46f8a1a6a 100644 --- a/test/functional/changeset_controller_test.rb +++ b/test/functional/changeset_controller_test.rb @@ -1507,7 +1507,7 @@ EOF user = users(:public_user) get :list, {:format => "html", :display_name => user.display_name} assert_response :success - assert_template "list" + assert_template "changeset/_user" ## FIXME need to add more checks to see which if edits are actually shown if your data is public end