test/test_comparison.rb in ting-0.9.0 vs test/test_comparison.rb in ting-0.10.0

- old
+ new

@@ -1,8 +1,8 @@ require 'ting' require 'test/unit' -# This test uses the chart from piyin.info to compare all implemented conversion types +# This test uses the chart from pinyin.info to compare all implemented conversion types # Since I can't find another reference of the hanyu pinyin 'lo', I have removed it from the table class TestCompare < Test::Unit::TestCase CHART_FILE = File.expand_path('../../lib/ting/data/comparison.csv', __FILE__) COMPARE=[:hanyu, :wadegiles, :zhuyin, :tongyong]