stas 2004/09/28 15:47:22
Modified: t/lib/TestCommon LogDiff.pm
t/apr constants.t
t/protocol echo_bbs.t echo_timeout.t echo_bbs2.t
echo_nonblock.t
Log:
perl -pi -e 's|use Test;|use Apache::Test;|'
Revision Changes Path
1.2 +1 -1 modperl-2.0/t/lib/TestCommon/LogDiff.pm
Index: LogDiff.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/lib/TestCommon/LogDiff.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- LogDiff.pm 16 Sep 2004 23:01:13 -0000 1.1
+++ LogDiff.pm 28 Sep 2004 22:47:22 -0000 1.2
@@ -52,7 +52,7 @@
=head1 Synopsis
use TestCommon::LogDiff;
- use Test;
+ use Apache::Test;
plan tests => 2;
1.6 +1 -1 modperl-2.0/t/apr/constants.t
Index: constants.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/apr/constants.t,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -u -r1.5 -r1.6
--- constants.t 22 Sep 2004 01:29:30 -0000 1.5
+++ constants.t 28 Sep 2004 22:47:22 -0000 1.6
@@ -2,7 +2,7 @@
use strict;
use warnings FATAL => 'all';
-use Test;
+use Apache::Test;
use Apache2 ();
use Apache::TestUtil;
1.4 +1 -1 modperl-2.0/t/protocol/echo_bbs.t
Index: echo_bbs.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/protocol/echo_bbs.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- echo_bbs.t 15 Aug 2004 05:29:03 -0000 1.3
+++ echo_bbs.t 28 Sep 2004 22:47:22 -0000 1.4
@@ -1,7 +1,7 @@
use strict;
use warnings FATAL => 'all';
-use Test;
+use Apache::Test;
use Apache::TestUtil;
use Apache::TestRequest ();
1.2 +1 -1 modperl-2.0/t/protocol/echo_timeout.t
Index: echo_timeout.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/protocol/echo_timeout.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- echo_timeout.t 23 Apr 2004 01:37:54 -0000 1.1
+++ echo_timeout.t 28 Sep 2004 22:47:22 -0000 1.2
@@ -1,7 +1,7 @@
use strict;
use warnings FATAL => 'all';
-use Test;
+use Apache::Test;
use Apache::TestUtil;
use Apache::TestRequest ();
1.3 +1 -1 modperl-2.0/t/protocol/echo_bbs2.t
Index: echo_bbs2.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/protocol/echo_bbs2.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- echo_bbs2.t 9 Jul 2004 21:48:13 -0000 1.2
+++ echo_bbs2.t 28 Sep 2004 22:47:22 -0000 1.3
@@ -1,7 +1,7 @@
use strict;
use warnings FATAL => 'all';
-use Test;
+use Apache::Test;
use Apache::TestUtil;
use Apache::TestRequest ();
1.2 +1 -1 modperl-2.0/t/protocol/echo_nonblock.t
Index: echo_nonblock.t
===================================================================
RCS file: /home/cvs/modperl-2.0/t/protocol/echo_nonblock.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -u -r1.1 -r1.2
--- echo_nonblock.t 8 Sep 2004 00:42:02 -0000 1.1
+++ echo_nonblock.t 28 Sep 2004 22:47:22 -0000 1.2
@@ -1,7 +1,7 @@
use strict;
use warnings FATAL => 'all';
-use Test;
+use Apache::Test;
use Apache::TestUtil;
use Apache::TestRequest ();