Add another unit test so we can see why ping fails, if it does.

db4
Doug Coleman 2011-09-07 03:41:49 -05:00
parent c441d2a629
commit df3d092286
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ USING: continuations destructors io.sockets kernel ping
tools.test ;
IN: ping.tests
[ ] [ "localhost" ping drop ] unit-test
[ t ] [ "localhost" alive? ] unit-test
[ t ] [ "127.0.0.1" alive? ] unit-test
[ f ] [ "0.0.0.0" alive? ] unit-test