From 26dce525a2928967aaa34280e5e36d9a46226d75 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 18 Aug 2010 00:44:52 +0000 Subject: - Rollback of #447816 -- didn't meant to commit that just yet. --- modules/simpletest/tests/form.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/simpletest') diff --git a/modules/simpletest/tests/form.test b/modules/simpletest/tests/form.test index 32865c01e..525a8a291 100644 --- a/modules/simpletest/tests/form.test +++ b/modules/simpletest/tests/form.test @@ -63,7 +63,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