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.3 by root, Sun Apr 27 19:36:55 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines