| < Previous by Date | Date Index | Next by Date > |
| Thread Index | Next in Thread > |
|
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
|