public function testGetMappedSqlField()
 {
     $this->_condition->setAttribute('category_ids');
     $this->assertEquals('e.entity_id', $this->_condition->getMappedSqlField());
 }