fix typo which meant that it was testing the node twice, rather than the node then the node history

This commit is contained in:
Shaun McDonald 2009-05-07 14:10:17 +00:00
parent c273b4b1fa
commit 6327e3e690

View file

@ -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