matts 2003/07/24 02:30:38
Modified: t Tag: AxKit-1_62 01provider.t 02language.t 03stylechooser.t 04plugins.t 05mediachooser.t Log: Merge HEAD patch Revision Changes Path No revision No revision 1.2.2.1 +1 -0 xml-axkit/t/01provider.t Index: 01provider.t =================================================================== RCS file: /home/cvs/xml-axkit/t/01provider.t,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- 01provider.t 25 May 2003 19:31:50 -0000 1.2 +++ 01provider.t 24 Jul 2003 09:30:38 -0000 1.2.2.1 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 4 } +use lib 't'; require "test_module.pl"; 1.4.2.1 +1 -0 xml-axkit/t/02language.t Index: 02language.t =================================================================== RCS file: /home/cvs/xml-axkit/t/02language.t,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -r1.4 -r1.4.2.1 --- 02language.t 25 May 2003 19:31:50 -0000 1.4 +++ 02language.t 24 Jul 2003 09:30:38 -0000 1.4.2.1 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 9 } +use lib 't'; require "test_module.pl"; 1.2.2.1 +1 -0 xml-axkit/t/03stylechooser.t Index: 03stylechooser.t =================================================================== RCS file: /home/cvs/xml-axkit/t/03stylechooser.t,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- 03stylechooser.t 25 May 2003 19:31:50 -0000 1.2 +++ 03stylechooser.t 24 Jul 2003 09:30:38 -0000 1.2.2.1 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 5 } +use lib 't'; require "test_module.pl"; 1.3.2.1 +1 -0 xml-axkit/t/04plugins.t Index: 04plugins.t =================================================================== RCS file: /home/cvs/xml-axkit/t/04plugins.t,v retrieving revision 1.3 retrieving revision 1.3.2.1 diff -u -r1.3 -r1.3.2.1 --- 04plugins.t 25 May 2003 19:31:50 -0000 1.3 +++ 04plugins.t 24 Jul 2003 09:30:38 -0000 1.3.2.1 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 3 } +use lib 't'; require "test_module.pl"; 1.2.2.1 +1 -0 xml-axkit/t/05mediachooser.t Index: 05mediachooser.t =================================================================== RCS file: /home/cvs/xml-axkit/t/05mediachooser.t,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -r1.2 -r1.2.2.1 --- 05mediachooser.t 25 May 2003 19:31:50 -0000 1.2 +++ 05mediachooser.t 24 Jul 2003 09:30:38 -0000 1.2.2.1 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 1 } +use lib 't'; require "test_module.pl";