From: Shaun McDonald Date: Thu, 7 May 2009 14:10:17 +0000 (+0000) Subject: fix typo which meant that it was testing the node twice, rather than the node then... X-Git-Tag: live~7425 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/6327e3e690aea05aaad047d93f19f9297ac9c213?hp=c273b4b1faa6dd3d8aba3d5556605f683326948a fix typo which meant that it was testing the node twice, rather than the node then the node history --- diff --git a/test/functional/browse_controller_test.rb b/test/functional/browse_controller_test.rb index f4abd5065..2fa594298 100644 --- 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