From 3213087441874cf2ad3392aa935fc8728d5955a3 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 8 Nov 2009 19:53:19 +0000 Subject: - Patch #623992 by sun: fixed the tests. We can re-enable the test bot now. --- modules/simpletest/tests/form.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest/tests') diff --git a/modules/simpletest/tests/form.test b/modules/simpletest/tests/form.test index c1271c459..f0198abe1 100644 --- a/modules/simpletest/tests/form.test +++ b/modules/simpletest/tests/form.test @@ -52,7 +52,7 @@ class FormsTestCase extends DrupalWebTestCase { $elements['file']['empty_values'] = $empty_strings; // Regular expression to find the expected marker on required elements. - $required_marker_preg = '@\*@'; + $required_marker_preg = '@\*.*@'; // Go through all the elements and all the empty values for them foreach ($elements as $type => $data) { -- cgit v1.2.3