matts 2003/07/24 01:58:37
Modified: t 01provider.t 02language.t 03stylechooser.t 04plugins.t 05mediachooser.t Log: No idea how the tests ever worked without this ??!!?? Revision Changes Path 1.3 +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.3 diff -u -r1.2 -r1.3 --- 01provider.t 25 May 2003 19:31:50 -0000 1.2 +++ 01provider.t 24 Jul 2003 08:58:37 -0000 1.3 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 4 } +use lib 't'; require "test_module.pl"; 1.5 +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.5 diff -u -r1.4 -r1.5 --- 02language.t 25 May 2003 19:31:50 -0000 1.4 +++ 02language.t 24 Jul 2003 08:58:37 -0000 1.5 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 9 } +use lib 't'; require "test_module.pl"; 1.3 +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.3 diff -u -r1.2 -r1.3 --- 03stylechooser.t 25 May 2003 19:31:50 -0000 1.2 +++ 03stylechooser.t 24 Jul 2003 08:58:37 -0000 1.3 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 5 } +use lib 't'; require "test_module.pl"; 1.4 +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.4 diff -u -r1.3 -r1.4 --- 04plugins.t 25 May 2003 19:31:50 -0000 1.3 +++ 04plugins.t 24 Jul 2003 08:58:37 -0000 1.4 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 3 } +use lib 't'; require "test_module.pl"; 1.3 +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.3 diff -u -r1.2 -r1.3 --- 05mediachooser.t 25 May 2003 19:31:50 -0000 1.2 +++ 05mediachooser.t 24 Jul 2003 08:58:37 -0000 1.3 @@ -1,5 +1,6 @@ use Test; BEGIN { plan tests => 1 } +use lib 't'; require "test_module.pl";