add asserting that issue estimated hours is nil when creating minimal issue

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10363 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2012-09-11 14:13:11 +00:00
parent 097d9661c9
commit d1606fd3e3
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class IssueTest < ActiveSupport::TestCase
:subject => 'test_create')
assert issue.save
assert issue.description.nil?
assert_nil issue.estimated_hours
end
def test_create_with_required_custom_field