public function testSetEmptyRegion()
 {
     $this->setExpectedException('Zend_Service_Amazon_Sqs_Exception', 'Empty region specified.');
     $this->_amazon->setEndpoint('');
 }