/**
  * Test the set of an invalid authentication URL
  *
  * @return void
  */
 public function testSetInvalidAuthUrl()
 {
     $this->setExpectedException('Zend_Service_Rackspace_Exception', 'The authentication URL is not valid');
     $this->_files->setAuthUrl('http://test');
 }