[Jifty-commit] r3065 - Template-Declare/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Mar 27 06:25:12 EDT 2007


Author: ruz
Date: Tue Mar 27 06:25:10 2007
New Revision: 3065

Modified:
   Template-Declare/t/attributes.t

Log:
* clear buffer after each test

Modified: Template-Declare/t/attributes.t
==============================================================================
--- Template-Declare/t/attributes.t	(original)
+++ Template-Declare/t/attributes.t	Tue Mar 27 06:25:10 2007
@@ -52,6 +52,7 @@
     #diag ($simple);
     ok_lint($simple);
 }
+Template::Declare->buffer->clear;
 
 {
     my $simple = (show('attr_with_two_args'));
@@ -59,6 +60,7 @@
     #diag ($simple);
     ok_lint($simple);
 }
+Template::Declare->buffer->clear;
 
 {
     my $simple = (show('attr_with_many_args'));
@@ -71,6 +73,7 @@
     #diag ($simple);
     ok_lint($simple);
 }
+Template::Declare->buffer->clear;
 
 {
     my $simple = (show('with'));
@@ -78,6 +81,7 @@
     #diag ($simple);
     ok_lint($simple);
 }
+Template::Declare->buffer->clear;
 
 {
     my $simple = (show('with_with_two_blocks'));
@@ -88,4 +92,5 @@
     #diag ($simple);
     ok_lint($simple);
 }
+Template::Declare->buffer->clear;
 


More information about the Jifty-commit mailing list