diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-15 14:54:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-09-15 14:54:15 +0000 |
commit | 89b349818bfaee2669aab99df9e11de84c0f145c (patch) | |
tree | ca30567f7ce31b9ffdcf57053b6e0d097215d086 /test | |
parent | 4967f10356ea15f996376839a81e4f0e4947e53c (diff) | |
download | redmine-89b349818bfaee2669aab99df9e11de84c0f145c.tar.gz redmine-89b349818bfaee2669aab99df9e11de84c0f145c.zip |
Added 'Estimated hours' attribute on issues.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@731 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/projects_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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
|