projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc9768f
)
Fix test to reflect change to changeset templates.
author
Matt Amos
<zerebubuth@gmail.com>
Fri, 7 Aug 2009 14:14:27 +0000
(14:14 +0000)
committer
Matt Amos
<zerebubuth@gmail.com>
Fri, 7 Aug 2009 14:14:27 +0000
(14:14 +0000)
test/functional/changeset_controller_test.rb
patch
|
blob
|
history
diff --git
a/test/functional/changeset_controller_test.rb
b/test/functional/changeset_controller_test.rb
index 8f0b2147786cebe98788bb3e76e3cf703956be6e..46f8a1a6a6990ed0a34658018399a06db8f312b8 100644
(file)
--- 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