Hi all

I'm trying to fix the failing tests of Nile and for example I do not  
know how to get this socket working.
Does it work with you?

testNext
        " this method seems to not work correctly ( or I have not understood  
how to yuse it).
Try to run the test and you will see that the 'inObjects' instance  
variable is never fill in"
        socket1 listenOn: 8080.
        socket2
                connectTo: NetNameResolver localHostAddress
                port: 8080.
        socket2 sendData: 'hello'.
        stream processIO.
        self assert: stream next = 'hello'


Stef

_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to