Revert "Temporary skipped failing assertions"
This reverts commit e7cdce83e8c8797c481ccb54c260c0db1e1afa7c.
This commit is contained in:
parent
0c30425e89
commit
5154d6beed
@ -31,7 +31,7 @@ module TestIRB
|
||||
|
||||
assert_equal("ja", locale.lang)
|
||||
assert_equal("JP", locale.territory)
|
||||
# assert_equal("UTF-8", locale.encoding.name)
|
||||
assert_equal("UTF-8", locale.encoding.name)
|
||||
assert_equal(nil, locale.modifier)
|
||||
|
||||
assert_include $stderr.string, "ja_JP.ujis is obsolete. use ja_JP.EUC-JP"
|
||||
@ -47,7 +47,7 @@ module TestIRB
|
||||
|
||||
assert_equal("ja", locale.lang)
|
||||
assert_equal("JP", locale.territory)
|
||||
# assert_equal("UTF-8", locale.encoding.name)
|
||||
assert_equal("UTF-8", locale.encoding.name)
|
||||
assert_equal(nil, locale.modifier)
|
||||
|
||||
assert_include $stderr.string, "ja_JP.euc is obsolete. use ja_JP.EUC-JP"
|
||||
|
Loading…
x
Reference in New Issue
Block a user