Add another unit test so we can see why ping fails, if it does.
parent
c441d2a629
commit
df3d092286
|
@ -2,6 +2,7 @@ USING: continuations destructors io.sockets kernel ping
|
||||||
tools.test ;
|
tools.test ;
|
||||||
IN: ping.tests
|
IN: ping.tests
|
||||||
|
|
||||||
|
[ ] [ "localhost" ping drop ] unit-test
|
||||||
[ t ] [ "localhost" alive? ] unit-test
|
[ t ] [ "localhost" alive? ] unit-test
|
||||||
[ t ] [ "127.0.0.1" alive? ] unit-test
|
[ t ] [ "127.0.0.1" alive? ] unit-test
|
||||||
[ f ] [ "0.0.0.0" alive? ] unit-test
|
[ f ] [ "0.0.0.0" alive? ] unit-test
|
||||||
|
|
Loading…
Reference in New Issue