projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo which meant that it was testing the node twice, rather than the node then...
[rails.git]
/
test
/
functional
/
browse_controller_test.rb
diff --git
a/test/functional/browse_controller_test.rb
b/test/functional/browse_controller_test.rb
index f4abd5065881ab5585c971c8e3716931248a51cb..2fa59429828e4f98e4bae8d94b79344d1d5dfb5c 100644
(file)
--- a/
test/functional/browse_controller_test.rb
+++ b/
test/functional/browse_controller_test.rb
@@
-30,7
+30,7
@@
class BrowseControllerTest < ActionController::TestCase
end
def test_read_node_history
- browse_check 'node', nodes(:visible_node)
+ browse_check 'node
_history
', nodes(:visible_node)
end
def test_read_changeset