und3f / anyevent-ping

Asynchronous ping with AnyEvent
2 stars 4 forks source link

Make test pass on Win32 system #8

Closed sdeseille closed 9 years ago

sdeseille commented 9 years ago

Update Broadcast test in order to make test pass with success on Win32 system. Strangely broadcast ping doesn't return same result on Win32 system. We have following structure: [ [0] [ [0] "TIMEOUT", [1] 1.00015091896057 ], [1] [ [0] "TIMEOUT", [1] 0.999832153320313 ] ] I simplify test but now all tests pass. :)