Fix test to reflect change to changeset templates.

This commit is contained in:
Matt Amos 2009-08-07 14:14:27 +00:00
parent fc9768f34c
commit 7ac66a371e

View file

@ -1507,7 +1507,7 @@ EOF
user = users(:public_user) user = users(:public_user)
get :list, {:format => "html", :display_name => user.display_name} get :list, {:format => "html", :display_name => user.display_name}
assert_response :success 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 ## FIXME need to add more checks to see which if edits are actually shown if your data is public
end end