Ejemplo n.º 1
0
 def test_34_cb_out_WithArgs_Pass_With_Only_Valid_Arguments(self):
     msncb.cb_out(5, 'TestStr', 'TestStr', 'TestStr')
Ejemplo n.º 2
0
def cb_out(md, type, tid, params):
	equeue.append('ERR SERV_DISC Server sent disconnect\n')
	msncb.cb_out(md, type, tid, params)
Ejemplo n.º 3
0
	def test_34_cb_out_WithArgs_Pass_With_Only_Valid_Arguments(self):
		msncb.cb_out(5,'TestStr','TestStr','TestStr')