/**
  * @test
  * @see http://bugs.typo3.org/view.php?id=15211
  */
 public function listQueryWithIntegerCommaAsValue()
 {
     // Note: 44 = ord(',')
     $this->assertEquals($this->fixture->listQuery('dummy', 44, 'table'), $this->fixture->listQuery('dummy', '44', 'table'));
 }