[Tomoe-cvs 1181] CVS update: tomoe/test

アーカイブの一覧に戻る

Kouhei Sutou kous****@users*****
2006年 11月 27日 (月) 17:52:01 JST


Index: tomoe/test/context_spec.rb
diff -u tomoe/test/context_spec.rb:1.13 tomoe/test/context_spec.rb:1.14
--- tomoe/test/context_spec.rb:1.13	Mon Nov 27 16:05:51 2006
+++ tomoe/test/context_spec.rb	Mon Nov 27 17:52:01 2006
@@ -50,6 +50,6 @@
     query = Tomoe::Query.new
     query.add_reading(Tomoe::Reading.new(Tomoe::READING_KUN, "せい"))
     cands = context.search(query)
-    cands.collect {|cand| cand.character.utf8}.should == ["脊", "背", "汐"]
+    cands.collect {|cand| cand.character.utf8}.should == ["汐", "背", "脊"]
   end
 end


tomoe-cvs メーリングリストの案内
アーカイブの一覧に戻る