зеркало из https://github.com/github/ruby.git
test_time.rb: use UTC
* test/ruby/test_time.rb (test_strftime_no_hidden_garbage): fix failure due to timezone offset. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
991a57b160
Коммит
ab6a38c9e5
|
@ -1092,7 +1092,7 @@ class TestTime < Test::Unit::TestCase
|
|||
|
||||
def test_strftime_no_hidden_garbage
|
||||
fmt = %w(Y m d).map { |x| "%#{x}" }.join('-') # defeats optimization
|
||||
t = Time.at(0)
|
||||
t = Time.at(0).getutc
|
||||
ObjectSpace.count_objects(res = {}) # creates strings on first call
|
||||
before = ObjectSpace.count_objects(res)[:T_STRING]
|
||||
val = t.strftime(fmt)
|
||||
|
|
Загрузка…
Ссылка в новой задаче