[Templates-cvs] cvs commit: TT3/t directive.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Thu, 25 Mar 2004 16:23:49 +0000
cvs 04/03/25 16:23:49
Modified: t directive.t
Log:
* skip broken tests
Revision Changes Path
1.4 +2 -1 TT3/t/directive.t
Index: directive.t
===================================================================
RCS file: /template-toolkit/TT3/t/directive.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- directive.t 2004/01/30 13:59:51 1.3
+++ directive.t 2004/03/25 16:23:49 1.4
@@ -9,7 +9,7 @@
# This is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
#
-# $Id: directive.t,v 1.3 2004/01/30 13:59:51 abw Exp $
+# $Id: directive.t,v 1.4 2004/03/25 16:23:49 abw Exp $
#
#========================================================================
@@ -17,6 +17,7 @@
use warnings;
use lib qw( ./lib ../lib ../../lib );
+use Test::More skip_all => 'all tests: sorry, these tests are broken';
use Template::TT3::Parser;
use Template::TT3::Grammar;
use Template::TT3::Directive;