[Templates-cvs] cvs commit: TT3/t handler.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Thu, 25 Mar 2004 16:26:51 +0000
cvs 04/03/25 16:26:50
Modified: t handler.t
Log:
* more broken test skipping
Revision Changes Path
1.3 +2 -1 TT3/t/handler.t
Index: handler.t
===================================================================
RCS file: /template-toolkit/TT3/t/handler.t,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- handler.t 2004/01/26 12:00:21 1.2
+++ handler.t 2004/03/25 16:26:50 1.3
@@ -9,7 +9,7 @@
# This is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
#
-# $Id: handler.t,v 1.2 2004/01/26 12:00:21 abw Exp $
+# $Id: handler.t,v 1.3 2004/03/25 16:26:50 abw Exp $
#
#========================================================================
@@ -17,6 +17,7 @@
use warnings;
use lib qw( ./lib ../lib );
+use Test::More skip_all => 'all tests: sorry, these tests are broken';
use Template::TT3::Handler;
use Template::TT3::Generator::Debug;
use Template::TT3::Constants qw( :chomp );