[Templates-cvs] cvs commit: TT3/t provider.t
cvs@template-toolkit.org
cvs@template-toolkit.org
Tue, 23 Mar 2004 14:20:44 +0000
cvs 04/03/23 14:20:44
Modified: t provider.t
Log:
* few more tweaks
Revision Changes Path
1.4 +3 -3 TT3/t/provider.t
Index: provider.t
===================================================================
RCS file: /template-toolkit/TT3/t/provider.t,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- provider.t 2004/03/23 14:15:17 1.3
+++ provider.t 2004/03/23 14:20:44 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: provider.t,v 1.3 2004/03/23 14:15:17 abw Exp $
+# $Id: provider.t,v 1.4 2004/03/23 14:20:44 abw Exp $
#
#========================================================================
@@ -19,7 +19,7 @@
use lib qw( ./lib ../lib );
use File::Spec;
use Template::Provider;
-use Test::More tests => 70;
+use Test::More tests => 71;
my $DEBUG =
$Template::Provider::DEBUG =
@@ -42,7 +42,7 @@
my $id1 = $prov->id();
my $id2 = $prov->id();
is( $id1, $id2, 'ids match' );
-
+is( $id1, 'template01', 'default provider id' );
#------------------------------------------------------------------------
# id option