Update of /cvsroot/http-webtest/HTTP-WebTest/t
In directory sc8-pr-cvs1:/tmp/cvs-serv21565/t
Modified Files:
11-delay.t 06-parser.t 05-report.t 02-generic.t
Log Message:
Remove dublicating 'skip: ' from skip test messages
Index: 11-delay.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/11-delay.t,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** 11-delay.t 22 Dec 2002 21:25:49 -0000 1.7
--- 11-delay.t 3 Jan 2003 22:32:32 -0000 1.8
***************
*** 37,41 ****
SKIP: {
! skip 'skip: delay tests are disabled', 2 if defined $ENV{TEST_FAST};
my $start = gettimeofday;
--- 37,41 ----
SKIP: {
! skip 'delay tests are disabled', 2 if defined $ENV{TEST_FAST};
my $start = gettimeofday;
***************
*** 55,59 ****
SKIP: {
! skip 'skip: delay tests are disabled', 2 if defined $ENV{TEST_FAST};
my $start = gettimeofday;
--- 55,59 ----
SKIP: {
! skip 'delay tests are disabled', 2 if defined $ENV{TEST_FAST};
my $start = gettimeofday;
Index: 06-parser.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/06-parser.t,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** 06-parser.t 22 Dec 2002 21:25:49 -0000 1.18
--- 06-parser.t 3 Jan 2003 22:32:32 -0000 1.19
***************
*** 109,113 ****
check_file => 't/test.out/borked6.err');
SKIP: {
! skip 'skip: test is skipped because it triggers Perl bug', 1
if $] < 5.006;
--- 109,113 ----
check_file => 't/test.out/borked6.err');
SKIP: {
! skip 'test is skipped because it triggers Perl bug', 1
if $] < 5.006;
Index: 05-report.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/05-report.t,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** 05-report.t 2 Jan 2003 21:32:32 -0000 1.11
--- 05-report.t 3 Jan 2003 22:32:32 -0000 1.12
***************
*** 56,61 ****
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'skip: cannot test cookies - ' .
! 'hostname does not contain two dots' :
undef;
skip $skip, 2 if $skip;
--- 56,60 ----
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'cannot test cookies - hostname does not contain two dots' :
undef;
skip $skip, 2 if $skip;
***************
*** 82,87 ****
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'skip: cannot test cookies - ' .
! 'hostname does not contain two dots' :
undef;
skip $skip, 1 if $skip;
--- 81,85 ----
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'cannot test cookies - hostname does not contain two dots' :
undef;
skip $skip, 1 if $skip;
***************
*** 158,163 ****
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'skip: cannot test cookies - ' .
! 'hostname does not contain two dots' :
undef;
skip $skip, 2 if $skip;
--- 156,160 ----
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'cannot test cookies - hostname does not contain two dots' :
undef;
skip $skip, 2 if $skip;
Index: 02-generic.t
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/t/02-generic.t,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** 02-generic.t 3 Jan 2003 22:21:12 -0000 1.25
--- 02-generic.t 3 Jan 2003 22:32:32 -0000 1.26
***************
*** 128,132 ****
# 7: run response time tests
SKIP: {
! skip 'skip: long response time tests are disabled', 1
if defined $ENV{TEST_FAST};
--- 128,132 ----
# 7: run response time tests
SKIP: {
! skip 'long response time tests are disabled', 1
if defined $ENV{TEST_FAST};
***************
*** 176,181 ****
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'skip: cannot test cookies - ' .
! 'hostname does not contain two dots' :
undef;
skip $skip, 1 if $skip;
--- 176,180 ----
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'cannot test cookies - hostname does not contain two dots' :
undef;
skip $skip, 1 if $skip;
***************
*** 211,216 ****
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'skip: cannot test cookies - ' .
! 'hostname does not contain two dots' :
undef;
skip $skip, 1 if $skip;
--- 210,214 ----
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'cannot test cookies - hostname does not contain two dots' :
undef;
skip $skip, 1 if $skip;
***************
*** 247,252 ****
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'skip: cannot test cookies - ' .
! 'hostname does not contain two dots' :
undef;
skip $skip, 4 if $skip;
--- 245,249 ----
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'cannot test cookies - hostname does not contain two dots' :
undef;
skip $skip, 4 if $skip;
***************
*** 313,318 ****
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'skip: cannot test cookies - ' .
! 'hostname does not contain two dots' :
undef;
skip $skip, 1 if $skip;
--- 310,314 ----
SKIP: {
my $skip = $HOSTNAME !~ /\..*\./ ?
! 'cannot test cookies - hostname does not contain two dots' :
undef;
skip $skip, 1 if $skip;
***************
*** 636,640 ****
# 35: run timeout tests
SKIP: {
! skip 'skip: long response time tests are disabled', 1
if defined $ENV{TEST_FAST};
--- 632,636 ----
# 35: run timeout tests
SKIP: {
! skip 'long response time tests are disabled', 1
if defined $ENV{TEST_FAST};
|