Revert "Temporary skipped failing assertions"

This reverts commit e7cdce83e8c8797c481ccb54c260c0db1e1afa7c.
This commit is contained in:
Hiroshi SHIBATA 2023-04-26 13:12:17 +09:00
parent 0c30425e89
commit 5154d6beed
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -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"