]> git.openstreetmap.org Git - rails.git/commitdiff
fix typo which meant that it was testing the node twice, rather than the node then...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 7 May 2009 14:10:17 +0000 (14:10 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Thu, 7 May 2009 14:10:17 +0000 (14:10 +0000)
test/functional/browse_controller_test.rb

index f4abd5065881ab5585c971c8e3716931248a51cb..2fa59429828e4f98e4bae8d94b79344d1d5dfb5c 100644 (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