update.
[chise/ruby.git] / test / test-idstree.rb
index 0c563a4..772f194 100755 (executable)
@@ -85,8 +85,8 @@ class TestIDSTree < Test::Unit::TestCase
 
   def test_ids_tree_by_character
     assert_equal(3, "⿳".char.idc_argument_number)
-    assert_equal("⿳士冖匕", "壱".ids)
-    assert_equal(3, "壱".ids.to_a[0].char.idc_argument_number)
+#    assert_equal("⿳士冖匕", "壱".ids)
+#    assert_equal(3, "壱".ids.to_a[0].char.idc_argument_number)
     assert_nil(CHISE::IDS_Tree.new("⿳士冖匕").check_integrity)
     assert_raise(RuntimeError, "unmatch leaves") { check_tree("⿳士冖") }
     assert_raise(RuntimeError, "extra nodes") { check_tree("⿳士冖匕匕") }