public function getAttributesTest()
 {
     $joinpart = new JoinPart('job', Job::getPeer());
     $this->assertEquals($joinpart->getAttributes(), array('job.job_id as job_job_id', 'job.title as job_title', 'job.valid_from as job_valid_from', 'job.expire_at as job_expire_at'));
 }