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

Comparing AnyEvent/t/handle/03_http_req.t (file contents):
Revision 1.1 by elmex, Sun Apr 27 16:56:17 2008 UTC vs.
Revision 1.2 by elmex, Sun Apr 27 19:15:43 2008 UTC

1#!/opt/perl/bin/perl 1#!/opt/perl/bin/perl
2use strict; 2use strict;
3use Test::More tests => 2; 3use Test::More;
4use AnyEvent; 4use AnyEvent;
5use AnyEvent::Socket; 5use AnyEvent::Socket;
6
7unless ($ENV{PERL_ANYEVENT_NET_TESTS}) {
8 plan skip_all => "PERL_ANYEVENT_NET_TESTS environment variable not set";
9 exit 0;
10}
11
12plan tests => 2;
6 13
7my $cv = AnyEvent->condvar; 14my $cv = AnyEvent->condvar;
8 15
9my $fbytes; 16my $fbytes;
10my $rbytes; 17my $rbytes;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines