You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/10/01 04:36:04 UTC

cvs commit: modperl-2.0/t/apr-ext base64.t bucket.t date.t finfo.t perlio.t pool.t string.t table.t threadmutex.t uri.t util.t uuid.t

stas        2004/09/30 19:36:04

  Modified:    t/apr-ext base64.t bucket.t date.t finfo.t perlio.t pool.t
                        string.t table.t threadmutex.t uri.t util.t uuid.t
  Log:
  apr-ext tests need to be run under -T
  
  Revision  Changes    Path
  1.2       +2 -0      modperl-2.0/t/apr-ext/base64.t
  
  Index: base64.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/base64.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- base64.t	15 Jul 2004 15:16:50 -0000	1.1
  +++ base64.t	1 Oct 2004 02:36:04 -0000	1.2
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.2       +2 -0      modperl-2.0/t/apr-ext/bucket.t
  
  Index: bucket.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/bucket.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- bucket.t	15 Jul 2004 15:25:36 -0000	1.1
  +++ bucket.t	1 Oct 2004 02:36:04 -0000	1.2
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.2       +2 -0      modperl-2.0/t/apr-ext/date.t
  
  Index: date.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/date.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- date.t	15 Jul 2004 15:26:51 -0000	1.1
  +++ date.t	1 Oct 2004 02:36:04 -0000	1.2
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.2       +2 -0      modperl-2.0/t/apr-ext/finfo.t
  
  Index: finfo.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/finfo.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- finfo.t	15 Jul 2004 15:28:03 -0000	1.1
  +++ finfo.t	1 Oct 2004 02:36:04 -0000	1.2
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.8       +3 -5      modperl-2.0/t/apr-ext/perlio.t
  
  Index: perlio.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/perlio.t,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- perlio.t	3 Aug 2004 16:16:19 -0000	1.7
  +++ perlio.t	1 Oct 2004 02:36:04 -0000	1.8
  @@ -1,13 +1,11 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   
   # XXX: this is pretty much the same test as
   # t/response/TestAPR/perlio.pm, but used outside mod_perl
  -# consider
  -# avoiding the code duplication.
  -
  -use blib;
  -use Apache2;
  +# consider avoiding the code duplication.
   
   use Apache::Test;
   use Apache::TestUtil;
  
  
  
  1.2       +2 -0      modperl-2.0/t/apr-ext/pool.t
  
  Index: pool.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/pool.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- pool.t	15 Jul 2004 15:33:37 -0000	1.1
  +++ pool.t	1 Oct 2004 02:36:04 -0000	1.2
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.2       +2 -0      modperl-2.0/t/apr-ext/string.t
  
  Index: string.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/string.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- string.t	15 Jul 2004 15:29:12 -0000	1.1
  +++ string.t	1 Oct 2004 02:36:04 -0000	1.2
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.4       +2 -0      modperl-2.0/t/apr-ext/table.t
  
  Index: table.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/table.t,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -u -r1.3 -r1.4
  --- table.t	15 Jul 2004 03:28:28 -0000	1.3
  +++ table.t	1 Oct 2004 02:36:04 -0000	1.4
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.3       +2 -0      modperl-2.0/t/apr-ext/threadmutex.t
  
  Index: threadmutex.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/threadmutex.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -u -r1.2 -r1.3
  --- threadmutex.t	11 Sep 2004 00:51:09 -0000	1.2
  +++ threadmutex.t	1 Oct 2004 02:36:04 -0000	1.3
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.2       +2 -0      modperl-2.0/t/apr-ext/uri.t
  
  Index: uri.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/uri.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- uri.t	15 Jul 2004 15:31:27 -0000	1.1
  +++ uri.t	1 Oct 2004 02:36:04 -0000	1.2
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.2       +2 -0      modperl-2.0/t/apr-ext/util.t
  
  Index: util.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/util.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -u -r1.1 -r1.2
  --- util.t	15 Jul 2004 15:32:32 -0000	1.1
  +++ util.t	1 Oct 2004 02:36:04 -0000	1.2
  @@ -1,3 +1,5 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
   use Apache::Test;
  
  
  
  1.6       +2 -3      modperl-2.0/t/apr-ext/uuid.t
  
  Index: uuid.t
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/t/apr-ext/uuid.t,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -u -r1.5 -r1.6
  --- uuid.t	3 Aug 2004 16:16:19 -0000	1.5
  +++ uuid.t	1 Oct 2004 02:36:04 -0000	1.6
  @@ -1,8 +1,7 @@
  +#!perl -T
  +
   use strict;
   use warnings FATAL => 'all';
  -
  -use blib;
  -use Apache2;
   
   use Apache::Test;
   use Apache::Build ();