[Templates-cvs] cvs commit: TT3/t factory.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Thu, 25 Mar 2004 16:24:58 +0000
cvs 04/03/25 16:24:58
Modified: t factory.t
Log:
* sikp borken tests
Revision Changes Path
1.2 +2 -1 TT3/t/factory.t
Index: factory.t
===================================================================
RCS file: /template-toolkit/TT3/t/factory.t,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- factory.t 2003/12/04 15:11:49 1.1
+++ factory.t 2004/03/25 16:24:58 1.2
@@ -9,7 +9,7 @@
# This is free software; you can redistribute it and/or modify it
# under the same terms as Perl itself.
#
-# $Id: factory.t,v 1.1 2003/12/04 15:11:49 abw Exp $
+# $Id: factory.t,v 1.2 2004/03/25 16:24:58 abw Exp $
#
#========================================================================
@@ -17,6 +17,7 @@
use warnings;
use lib qw( ./lib ../lib t/testlib testlib );
+use Test::More skip_all => 'all tests: sorry, these tests are broken';
use Template::TT3::Factory;
use Test::More tests => 20;