< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [SFTF] About case510


Hello,

thanks for the report. I just fixed that in case510 in the SVN repository.

I took the chance to also fix all other cases where createRequest was called 
for BYE or CANCEL without the dialog or transaction.

Thanks and greetings
  Nils

On Friday 27 August 2004 05:57, Simple Li wrote:
> Hi,all
>     I have test case510 and found some problems in case510.py,
> line 103 should be:
>     bye = self.createRequest("BYE",dia=self.fst_inv.transaction.dialog)
> not
>     bye = self.createRequest("BYE")
>
> line 114 should be:
>     self.trd_inv =
> self.createRequest("INVITE",dia=message.transaction.dialog) not
>     self.trd_inv = self.createRequest("INVITE")
>
> Please check!
>
> Simple Li
> 2004.8.27