public function testGetValueSets()
 {
     $expected = array(ComplexColumnTypeEntity103Peer::BAR => array('foo', 'bar', 'baz', '1', '4', '(', 'foo bar'));
     $this->assertEquals($expected, ComplexColumnTypeEntity103Peer::getValueSets());
 }