|
|
@@ -46,7 +46,7 @@ class Zend_Service_Audioscrobbler_AudioscrobblerTest extends Zend_Service_Audios
|
|
|
|
|
|
try {
|
|
|
$response = $as->userGetProfileInformation();
|
|
|
- $this->fail('Expected Zend_Service_Technorati_Exception not thrown');
|
|
|
+ $this->fail('Expected Zend_Http_Client_Exception not thrown');
|
|
|
} catch(Zend_Http_Client_Exception $e) {
|
|
|
$this->assertContains("No user exists with this name", $e->getMessage());
|
|
|
}
|
|
|
@@ -60,7 +60,7 @@ class Zend_Service_Audioscrobbler_AudioscrobblerTest extends Zend_Service_Audios
|
|
|
|
|
|
try {
|
|
|
$response = $as->userGetProfileInformation();
|
|
|
- $this->fail('Expected Zend_Service_Technorati_Exception not thrown');
|
|
|
+ $this->fail('Expected Zend_Http_Client_Exception not thrown');
|
|
|
} catch(Zend_Http_Client_Exception $e) {
|
|
|
$this->assertContains("404", $e->getMessage());
|
|
|
}
|