mirror of
https://github.com/redmine/redmine.git
synced 2026-07-13 04:33:17 +02:00
Merged r15600 from trunk to 3.3-stable.
TimeEntryTest#test_spent_on_with_time fails at Japanese daytime. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17111 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -122,7 +122,7 @@ class TimeEntryTest < ActiveSupport::TestCase
|
||||
def test_spent_on_with_time
|
||||
c = TimeEntry.new
|
||||
c.spent_on = Time.now
|
||||
assert_equal Date.today, c.spent_on
|
||||
assert_kind_of Date, c.spent_on
|
||||
end
|
||||
|
||||
def test_validate_time_entry
|
||||
|
||||
Reference in New Issue
Block a user