public function testProcess()
 {
     $result = $this->_object->process();
     $this->assertInstanceOf('Xcom_Listing_Model_Message_Listing_Search_Succeeded', $result);
 }