1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-27 05:51:48 +00:00

TimeEntryTest#test_create_should_validate_user_id occasionally fails (#30806).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@17867 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2019-02-14 08:06:43 +00:00
parent 4e9886f9b5
commit ce2047dbf3

View File

@ -236,6 +236,7 @@ class TimeEntryTest < ActiveSupport::TestCase
end
def test_create_should_validate_user_id
set_language_if_valid 'en'
entry = TimeEntry.new(:spent_on => '2010-01-01',
:hours => 10,
:project_id => 1,