diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-28 06:56:50 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-06-28 06:56:50 +0000 |
commit | 023aaa51a20cb4e0dc92daa4d2197741bcf8bd6c (patch) | |
tree | a80b72df76cf2c1aceec06564c3d219168cdeb40 /ChangeLog | |
parent | 5026a663ab3e01600131b9bd84c672548a1cd3d8 (diff) |
Skip unavailable tests
* test/ruby/enc/test_case_comprehensive.rb: noting to test if
Unicode data files are available.
[ruby-core:76160] [Bug #12433]
* test/test_unicode_normalize.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Tue Jun 28 15:56:48 2016 Nobuyoshi Nakada <[email protected]> + + * test/ruby/enc/test_case_comprehensive.rb: noting to test if + Unicode data files are available. + [ruby-core:76160] [Bug #12433] + + * test/test_unicode_normalize.rb: ditto. + Tue Jun 28 15:20:18 2016 Nobuyoshi Nakada <[email protected]> * lib/net/http.rb (Net::HTTP#proxy_uri): cache the case no proxy |