test_unicode_normalize.rb: skip if not found

* test/test_unicode_normalize.rb (read_tests): do nothing if the
  test data file is not found.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2014-11-11 23:06:53 +00:00
Родитель b65b392e96
Коммит 16d2f2803f
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -21,6 +21,8 @@ class TestUnicodeNormalize < Test::Unit::TestCase
code_string.split(/\s/).collect { |cp| cp.to_i(16) }.pack('U*')
end + [line[1]+1])
end
rescue Errno::ENOENT => e
skip e.message
end
def to_codepoints(string)