You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axkit-dev@xml.apache.org by ki...@apache.org on 2003/05/25 21:31:50 UTC

cvs commit: xml-axkit/t 01provider.t 02language.t 03stylechooser.t 04plugins.t 05mediachooser.t

kip         2003/05/25 12:31:50

  Modified:    t        01provider.t 02language.t 03stylechooser.t
                        04plugins.t 05mediachooser.t
  Log:
  Altering existing tests since Apache::Test runs in the context of the t/ directory, not the dist root.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-axkit/t/01provider.t
  
  Index: 01provider.t
  ===================================================================
  RCS file: /home/cvs/xml-axkit/t/01provider.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 01provider.t	13 Jan 2002 20:45:12 -0000	1.1
  +++ 01provider.t	25 May 2003 19:31:50 -0000	1.2
  @@ -1,7 +1,7 @@
   use Test;
   BEGIN { plan tests => 4 }
   
  -require "t/test_module.pl";
  +require "test_module.pl";
   
   test_module("Apache::AxKit::Provider");
   
  
  
  
  1.4       +1 -1      xml-axkit/t/02language.t
  
  Index: 02language.t
  ===================================================================
  RCS file: /home/cvs/xml-axkit/t/02language.t,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- 02language.t	16 May 2002 21:40:01 -0000	1.3
  +++ 02language.t	25 May 2003 19:31:50 -0000	1.4
  @@ -1,7 +1,7 @@
   use Test;
   BEGIN { plan tests => 9 }
   
  -require "t/test_module.pl";
  +require "test_module.pl";
   
   test_module("Apache::AxKit::Language::XPathScript", "XML::XPath");
   
  
  
  
  1.2       +1 -1      xml-axkit/t/03stylechooser.t
  
  Index: 03stylechooser.t
  ===================================================================
  RCS file: /home/cvs/xml-axkit/t/03stylechooser.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 03stylechooser.t	13 Jan 2002 20:45:12 -0000	1.1
  +++ 03stylechooser.t	25 May 2003 19:31:50 -0000	1.2
  @@ -1,7 +1,7 @@
   use Test;
   BEGIN { plan tests => 5 }
   
  -require "t/test_module.pl";
  +require "test_module.pl";
   
   test_module("Apache::AxKit::StyleChooser::FileSuffix");
   
  
  
  
  1.3       +1 -1      xml-axkit/t/04plugins.t
  
  Index: 04plugins.t
  ===================================================================
  RCS file: /home/cvs/xml-axkit/t/04plugins.t,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- 04plugins.t	11 Mar 2002 13:30:26 -0000	1.2
  +++ 04plugins.t	25 May 2003 19:31:50 -0000	1.3
  @@ -1,7 +1,7 @@
   use Test;
   BEGIN { plan tests => 3 }
   
  -require "t/test_module.pl";
  +require "test_module.pl";
   
   test_module("Apache::AxKit::Plugin::Fragment", "XML::XPath");
   
  
  
  
  1.2       +1 -1      xml-axkit/t/05mediachooser.t
  
  Index: 05mediachooser.t
  ===================================================================
  RCS file: /home/cvs/xml-axkit/t/05mediachooser.t,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 05mediachooser.t	13 Jan 2002 20:45:12 -0000	1.1
  +++ 05mediachooser.t	25 May 2003 19:31:50 -0000	1.2
  @@ -1,6 +1,6 @@
   use Test;
   BEGIN { plan tests => 1 }
   
  -require "t/test_module.pl";
  +require "test_module.pl";
   
   test_module("Apache::AxKit::MediaChooser::WAPCheck");