Changeset 17780 for lang/perl/Test-TCP/trunk
- Timestamp:
- 08/17/08 15:26:24 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Test-TCP/trunk/t/01_simple.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Test-TCP/trunk/t/01_simple.t
r17779 r17780 31 31 use strict; 32 32 use warnings; 33 use Test::More tests => 1;33 use Test::More tests => 2; 34 34 use Test::TCP; 35 35 use IO::Socket::INET; … … 46 46 my $res = <$sock>; 47 47 is $res, "foo\n"; 48 print {$sock} "bar\n"; 49 my $res2 = <$sock>; 50 is $res2, "bar\n"; 48 51 }, 49 52 server => sub {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)