From 4b2e9d3879880fc25130d853f3c585c0bfb16182 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 12 Jun 2010 23:42:53 -0400 Subject: [PATCH] Seems that htmlhelper test is fine now. --- cake/tests/groups/helpers.group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/tests/groups/helpers.group.php b/cake/tests/groups/helpers.group.php index 97958af061e..0962f56446b 100644 --- a/cake/tests/groups/helpers.group.php +++ b/cake/tests/groups/helpers.group.php @@ -50,7 +50,7 @@ function __construct($theClass = '', $name = '') { $helperIterator = new DirectoryIterator(CORE_TEST_CASES . DS . 'libs' . DS . 'view' . DS . 'helpers' . DS); // The following test cases cause segfaults for me. - $segfaulty = array('form.test.php', 'html.test.php', 'cache.test.php', 'session.test.php'); + $segfaulty = array('form.test.php', /*'html.test.php',*/ 'cache.test.php', 'session.test.php'); foreach ($helperIterator as $i => $file) { if (!$file->isDot() && !in_array($file->getFilename(), $segfaulty)) {