Browse Source

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
tags/4.1.0
Go MAEDA 5 years ago
parent
commit
ce2047dbf3
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      test/unit/time_entry_test.rb

+ 1
- 0
test/unit/time_entry_test.rb 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,

Loading…
Cancel
Save