From 6327e3e690aea05aaad047d93f19f9297ac9c213 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Thu, 7 May 2009 14:10:17 +0000 Subject: [PATCH 1/1] fix typo which meant that it was testing the node twice, rather than the node then the node history --- test/functional/browse_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2