Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
RT #116288, linked ticket to test case
  • Loading branch information
FROGGS committed Jan 10, 2013
1 parent bbc7541 commit 033cbc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S32-io/IO-Socket-INET.pl
Expand Up @@ -150,7 +150,7 @@
}
}

when 6 { # test number 6 - read with parameter
when 6 { # RT #116288, test number 6 - read with parameter
if $server_or_client eq 'server' {
my $server = IO::Socket::INET.new(:localhost($host), :localport($port), :listen);
my $fd = open( $server_ready_flag_fn, :w );
Expand Down
2 changes: 1 addition & 1 deletion S32-io/IO-Socket-INET.t
Expand Up @@ -115,7 +115,7 @@ if $*OS eq any <linux darwin solaris MSWin32> { # please add more valid OS names
is $expected[$i++], ' Callooh', 'Multiple separators not at end of string';
is $expected[$i++], ' Callay', '! separator at end of string';

# test 6 tests read with a parameter
# RT #116288, test 6 tests read with a parameter
if $is-win {
$received = qqx{t\\spec\\S32-io\\IO-Socket-INET.bat 6 $port};
} else {
Expand Down

0 comments on commit 033cbc9

Please sign in to comment.