ZF-7683: testMulticallHandlesFaults(Zend_XmlRpc_ServerTest) unit tests failure
Description
[ZF-7676] fix discovered another failure:
{panel} 1) testMulticallHandlesFaults(Zend_XmlRpc_ServerTest) array ( 'faultCode' => 620, 'faultString' => 'Method "undefined" does not exist', ) --- Expected +++ Actual @@ -1,5 +1,5 @@ Array ( - [faultCode] => 404 - [faultString] => Unknown error + [faultCode] => 620 + [faultString] => Method "undefined" does not exist ) {panel}
Comments
Posted by Satoru Yoshida (satoruyoshida) on 2009-08-27T03:24:04.000+0000
Set component and auto reassign
Posted by Alexander Veremyev (alexander) on 2009-11-06T04:24:56.000+0000
Fixed with some other commit (current revision is r18876).