[Templates-cvs] cvs commit: TT3/t compiler.t

cvs@template-toolkit.org cvs@template-toolkit.org
Mon, 29 Mar 2004 17:26:24 +0100


cvs         04/03/29 16:26:24

  Modified:    t        compiler.t
  Log:
  * minor fixup
  
  Revision  Changes    Path
  1.10      +3 -2      TT3/t/compiler.t
  
  Index: compiler.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/compiler.t,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- compiler.t	2004/03/25 16:22:42	1.9
  +++ compiler.t	2004/03/29 16:26:23	1.10
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: compiler.t,v 1.9 2004/03/25 16:22:42 abw Exp $
  +# $Id: compiler.t,v 1.10 2004/03/29 16:26:23 abw Exp $
   #
   #========================================================================
   
  @@ -20,7 +20,8 @@
   #use Template::TT3::Compiler;
   #use Template::TT3::Generator::Debug;
   #use Template::TT3::Test qw( :all );
  -use Test::More skip_all => 'all tests: sorry, these tests are broken'; # tests => 39;
  +use Test::More skip_all => 'all tests: sorry, these tests are broken'; 
  +use Test::More tests => 39;
   
   
   my $DEBUG =