From 7ac66a371e0338e858c86fac54d5cf41b0e5964f Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Fri, 7 Aug 2009 14:14:27 +0000 Subject: [PATCH] Fix test to reflect change to changeset templates. --- test/functional/changeset_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2