Show
Ignore:
Timestamp:
09/03/08 02:57:57 (4 months ago)
Author:
hajimehoshi
Message:

リファクタリング

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/ruby/bokeshi/trunk/bokeshi/test_cpu.rb

    r18694 r18698  
    2121      assert_equal true, cpu.winnable?([Seq.new(1, 0, 2)]) 
    2222      assert_equal false, cpu.winnable?([Seq.new(1, 0, 1)]) 
     23      assert_equal true, cpu.winnable?([]) 
    2324      assert_equal false, cpu.winnable?([Seq.new(0, 0, 1)]) 
    2425      assert_equal true, cpu.winnable?([Seq.new(0, 0, 1), Seq.new(1, 0, 1)])