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