On 7 July 2014 17:22, Pekka Paalanen wrote:
> On Mon, 26 May 2014 16:58:06 +0200
> Marek Chalupa wrote:
>
> > This function did dispatching wrapped in assert so when an error came,
> > the test was aborted. Now, with expect_protocol_error, we need
> > this function to abort only when we are not
On Mon, 26 May 2014 16:58:06 +0200
Marek Chalupa wrote:
> This function did dispatching wrapped in assert so when an error came,
> the test was aborted. Now, with expect_protocol_error, we need
> this function to abort only when we are not calling expect_protocol_error
> afterwards. So instead of
This function did dispatching wrapped in assert so when an error came,
the test was aborted. Now, with expect_protocol_error, we need
this function to abort only when we are not calling expect_protocol_error
afterwards. So instead of calling the assert inside of this function,
wrap this function in