Author: sb
Date: Mon Dec  3 16:47:45 2007
New Revision: 6905

Log:
- Fix ezcTemplateLocaleTest::testFloats().

Modified:
    trunk/Template/tests/template_test.php

Modified: trunk/Template/tests/template_test.php
==============================================================================
--- trunk/Template/tests/template_test.php [iso-8859-1] (original)
+++ trunk/Template/tests/template_test.php [iso-8859-1] Mon Dec  3 16:47:45 2007
@@ -50,6 +50,12 @@
         $config2->compilePath = $this->compilePath;
     }
 
+    protected function tearDown()
+    {
+        $tc = ezcTemplateConfiguration::getInstance();
+        $tc->executeTemplate = true;
+    }
+
     /**
      * Creates manager with initialised values and check the properties.
      */


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to