From e88a21782dc9940a17a2108aed3f1517c943cac0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 12 Nov 2009 20:07:06 +0000 Subject: - Rollback of #447816. --- 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 f0198abe1..c1271c459 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