i saw this problem when using GAIM. It only read the flaps onces per dataReceived, and would basically block if it ever received two packets together in one dataReceived. this tests for that occurance.
Methods
|
|
runTest
testTOC
|
|
runTest
|
runTest ( self )
Exceptions
|
|
AssertionError("MultiPacketTest Failed with incorrect length!, printing both lists\nactual:%s\nshould be:%s" %( flaps, shouldbe ) )
AssertionError("MultiPacketTest Failed!\nactual:%s\nshould be:%s" %(flaps [ i ], shouldbe [ i ] ) )
|
|
|
testTOC
|
testTOC ( self )
|
|