factor/extra/io/sockets/sockets-tests.factor

5 lines
130 B
Factor
Raw Normal View History

2008-03-30 11:46:07 -04:00
IN: io.sockets.tests
USING: io.sockets sequences math tools.test ;
[ t ] [ "localhost" 80 f resolve-host length 1 >= ] unit-test