ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/handle/04_listen.t
(Generate patch)

Comparing AnyEvent/t/handle/04_listen.t (file contents):
Revision 1.4 by root, Fri May 2 09:06:56 2008 UTC vs.
Revision 1.5 by root, Fri May 2 09:07:02 2008 UTC

55 55
56$cv->wait; 56$cv->wait;
57 57
58is ($lbytes, "TEST\015\012", 'listening end received data'); 58is ($lbytes, "TEST\015\012", 'listening end received data');
59is ($rbytes, "BLABLABLA\015\012", 'connecting received response'); 59is ($rbytes, "BLABLABLA\015\012", 'connecting received response');
60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines