[Templates-cvs] cvs commit: TT3/t/directive include.t

cvs@template-toolkit.org cvs@template-toolkit.org
Fri, 03 Dec 2004 15:54:21 +0000


cvs         04/12/03 15:54:21

  Modified:    t/directive include.t
  Log:
  * updated some changed error messages
  
  Revision  Changes    Path
  1.8       +3 -3      TT3/t/directive/include.t
  
  Index: include.t
  ===================================================================
  RCS file: /template-toolkit/TT3/t/directive/include.t,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- include.t	2004/12/03 15:51:02	1.7
  +++ include.t	2004/12/03 15:54:20	1.8
  @@ -9,7 +9,7 @@
   # This is free software; you can redistribute it and/or modify it
   # under the same terms as Perl itself.
   #
  -# $Id: include.t,v 1.7 2004/12/03 15:51:02 abw Exp $
  +# $Id: include.t,v 1.8 2004/12/03 15:54:20 abw Exp $
   #
   #========================================================================
   
  @@ -169,12 +169,12 @@
   -- test missing filename error --
   [% INCLUDE %]
   -- expect --
  -<ERROR:line 1: missing template name in INCLUDE directive>
  +<ERROR:line 1: missing template path(s) in INCLUDE directive>
   
   -- test bad filename error --
   [% INCLUDE &blam %]
   -- expect --
  -<ERROR:line 1: missing template name in INCLUDE directive>
  +<ERROR:line 1: missing template path(s) in INCLUDE directive>
   
   
   __END__