Fix problem with a [nil] result being taken as having a winner; add testcases
authorJohn Dong <jdong@mit.edu>
Wed, 15 Aug 2007 20:17:05 +0000 (20:17 +0000)
committerJohn Dong <jdong@mit.edu>
Wed, 15 Aug 2007 20:17:05 +0000 (20:17 +0000)
commit11d22a5307695910493266b16718e1ffa201676d
tree0c2b776a52e96336394d9b89d4bd72695b0f3534
parent9953cb5cdef82f0e44f07dd089fde77ede170712
Fix problem with a [nil] result being taken as having a winner; add testcases

git-svn-id: svn://rubyforge.org/var/svn/rubyvote/trunk@36 1440c7f4-e209-0410-9a04-881b5eb134a8
lib/rubyvote/condorcet.rb
lib/rubyvote/election.rb
lib/rubyvote/irv.rb
test/condorcet_test.rb
test/election_test.rb
test/irv_test.rb
test/positional_test.rb
test/range_test.rb

Benjamin Mako Hill || Want to submit a patch?