Changeset 18694 for lang/ruby/bokeshi/trunk/bokeshi/test_cpu.rb
- Timestamp:
- 09/03/08 02:04:11 (4 months ago)
- Files:
-
- 1 modified
-
lang/ruby/bokeshi/trunk/bokeshi/test_cpu.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/bokeshi/trunk/bokeshi/test_cpu.rb
r18571 r18694 38 38 assert_equal([Seq.new(0, 0, 1)], 39 39 cpu.next_removings([Seq.new(0, 0, 1)]).sort) 40 assert_equal([Seq.new(0, 0, 1), Seq.new(0, 0, 2), Seq.new(0, 1, 1), 41 Seq.new(1, 0, 1), Seq.new(1, 0, 2), Seq.new(1, 1, 1)].sort, 42 cpu.next_removings([Seq.new(0, 0, 2), Seq.new(1, 0, 2)]).sort) 43 assert_equal([], 44 cpu.next_removings([]).sort) 40 45 end 41 46
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)