From 89b349818bfaee2669aab99df9e11de84c0f145c Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 15 Sep 2007 14:54:15 +0000 Subject: Added 'Estimated hours' attribute on issues. git-svn-id: http://redmine.rubyforge.org/svn/trunk@731 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/projects_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb index 6f8ae1d7d..5990cd0e1 100644 --- a/test/functional/projects_controller_test.rb +++ b/test/functional/projects_controller_test.rb @@ -40,7 +40,7 @@ class ProjectsControllerTest < Test::Unit::TestCase get :list assert_response :success assert_template 'list' - assert_not_nil assigns(:projects) + assert_not_nil assigns(:project_tree) end def test_show -- cgit v1.2.3