Commit e37e3977 authored by Drew Webber's avatar Drew Webber
Browse files

Issue #3264345 by poker10: PollCreateTestCase - invalid input syntax for integer on PostgreSQL

parent 4446ec90
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,7 +216,7 @@ class PollCreateTestCase extends PollTestCase {

    $vote_count = '2000';
    $node->choice[] = array(
      'chid' => '',
      'chid' => NULL,
      'chtext' => $new_option,
      'chvotes' => (int) $vote_count,
      'weight' => 1000,